#include <UtilException.h>
Public Member Functions | |
UtilException (std::string msg="") | |
virtual | ~UtilException () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
std::string | _msg |
Generic (base) exception class
Definition at line 25 of file UtilException.h.
|
inline |
Definition at line 29 of file UtilException.h.
|
inlinevirtual |
Definition at line 36 of file UtilException.h.
|
inlinevirtual |
Definition at line 37 of file UtilException.h.
|
private |
Definition at line 42 of file UtilException.h.