#include <util.h>
Public Member Functions | |
HE_exception (const char *msg) | |
Constructor. | |
HE_exception (const char *msg, const char *msg2) | |
Constructor. | |
virtual | ~HE_exception () throw () |
Destructor. | |
virtual const char * | what () const throw () |
Returns a string with information about the exception. | |
Protected Attributes | |
std::string | _msg |
Definition at line 36 of file util.h.
HE::HE_exception::HE_exception | ( | const char * | msg | ) | [inline] |
HE::HE_exception::HE_exception | ( | const char * | msg, | |
const char * | msg2 | |||
) | [inline] |
virtual const char* HE::HE_exception::what | ( | ) | const throw () [inline, virtual] |