#include <exception.h>
Public Member Functions | |
const char * | what () const throw () |
SytaxException (string t) | |
~SytaxException () throw () | |
Private Attributes | |
string | text |
Definition at line 18 of file exception.h.
SytaxException::SytaxException | ( | string | t | ) |
SytaxException::~SytaxException | ( | ) | throw () |
Definition at line 36 of file exception.cpp.
const char * SytaxException::what | ( | ) | const throw () |
string SytaxException::text [private] |