#include <Exception.h>
Public Member Functions | |
Exception (const std::string &error) | |
~Exception () | |
Exception constructor. | |
std::string | getError () const |
Exception destructor. |
std::string error::Exception::getError | ( | ) | const [inline] |
Exception destructor.
Get the exception message.