Public Member Functions | |
| SVMException (const std::string &Msg) | |
| Construct an exception object. | |
| SVMException (const char *Msg) | |
| Construct an exception object. | |
| virtual const char * | what (void) const throw () |
| Return an exception reason description. | |
| virtual | ~SVMException () throw () |
| Destroy an exception object. | |
Definition at line 36 of file vm.cpp.
|
|
Construct an exception object.
|
|
|
Construct an exception object.
|
|
|
Return an exception reason description.
|
1.4.4