Class ShogunException defines an exception which is thrown whenever an error inside of shogun occurs.
Definition at line 17 of file ShogunException.h.
Public Member Functions | |
| ShogunException (const char *str) | |
| virtual | ~ShogunException () |
| const char * | get_exception_string () |
| ShogunException::ShogunException | ( | const char * | str | ) |
| ShogunException::~ShogunException | ( | ) | [virtual] |
destructor
Definition at line 33 of file ShogunException.cpp.
| const char* ShogunException::get_exception_string | ( | ) |