|
Public Member Functions |
| ParserException (const ParserInput &input, const std::string &message) throw () |
| ParserException (const std::string &file, int line, const std::string &message) throw () |
| ParserException (int line, const std::string &message) throw () |
| ParserException (const std::string &message) throw () |
| ~ParserException () throw () |
int | line () const throw () |
int | line (int line) throw () |
const std::string & | file () const throw () |
std::string | file () throw () |
std::string | file (const std::string file) throw () |
virtual const char * | type () const throw () |
| Get a string tag identifying the exception type.
|
virtual std::string | desc () const throw () |
| Get a string describing what happened that threw the exception.
|
Protected Attributes |
std::string | _file |
int | _line |