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