SHOGUN
4.2.0
|
Class ShogunException defines an exception which is thrown whenever an error inside of shogun occurs.
Definition at line 21 of file ShogunException.h.
Public Member Functions | |
ShogunException (const char *str) | |
ShogunException (const ShogunException &orig) | |
virtual | ~ShogunException () |
const char * | get_exception_string () |
ShogunException | ( | const char * | str | ) |
ShogunException | ( | const ShogunException & | orig | ) |
|
virtual |
destructor
Definition at line 47 of file ShogunException.cpp.
const char* get_exception_string | ( | ) |