Class ShogunException defines an exception which is thrown whenever an error inside of shogun occurs.
在文件ShogunException.h第19行定义。
公有成员 | |
ShogunException (const char *str) | |
virtual | ~ShogunException () |
const char * | get_exception_string () |
ShogunException | ( | const char * | str | ) |
~ShogunException | ( | ) | [virtual] |
destructor
在文件ShogunException.cpp第35行定义。
const char* get_exception_string | ( | ) |