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