#include <Exception.h>
Inheritance diagram for genetiK::util::Exception:
Public Member Functions | |
Exception (const std::string &mess) | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
Returns the cause of the exception. | |
virtual const std::string & | getMessage () const throw () |
Returns the cause of the exception as a std::string. |
|
Creates an Exception associating it the specified string as message.
|
|
Deletes the Exception instance |
|
Returns the cause of the exception as a std::string.
|
|
Returns the cause of the exception. The cause message is returned as a C-style character string, for compatibiliy with classes derived from std:exception classes.
|