37 virtual const char*
what()
const throw();
Exception class for handling error's.
Definition Exception.h:21
char _msg[256]
Error message.
Definition Exception.h:42
const char * msg()
Returns the error message.
int code()
Returns the error code.
Exception(int c, const char *m)
Exception constructor.
virtual const char * what() const
Returns the error message with an exception specification.
int _code
Error code.
Definition Exception.h:41