#include <exception.h>
Public Member Functions | |
Exception (std::string message) | |
Exception::Exception. | |
Exception (const char *message) | |
Exception::Exception. | |
virtual const char * | what () const throw () |
Exception::what. | |
Private Attributes | |
const char * | message_ |
Definition at line 16 of file exception.h.
utilities::Exception::Exception | ( | std::string | message | ) |
utilities::Exception::Exception | ( | const char * | message | ) |
const char * utilities::Exception::what | ( | ) | const throw () [virtual] |
const char* utilities::Exception::message_ [private] |
Definition at line 24 of file exception.h.