|
codac
1.5.7
|
Root class of all exceptions raised by Codac. More...
#include <codac_Exception.h>

Public Member Functions | |
| Exception (const std::string &function_name, const std::string &custom_message) | |
Creates an std::exception related to a C++ function and some custom error message. More... | |
| ~Exception () throw () | |
| Exception destructor. | |
| virtual const char * | what () const throw () |
| Returns the exception message. More... | |
Root class of all exceptions raised by Codac.
| codac::Exception::Exception | ( | const std::string & | function_name, |
| const std::string & | custom_message | ||
| ) |
Creates an std::exception related to a C++ function and some custom error message.
| function_name | the name of the function raising the Exception |
| custom_message | the related error message |
|
virtual | |||||||||||||
Returns the exception message.