Represents an exception during parsing, for instance, syntax errors.
More...
#include <parserexception.h>
|
|
| ParserException (const std::string &_message, const ParseStruct *parserinfo) |
|
| ParserException (const std::string &_message, const std::string &filename="", unsigned int line=0) |
|
virtual const char * | what () const throw () |
|
|
std::string | message |
| | detailed message for this exception
|
|
std::string | additional |
| | additional explaining message
|
|
std::string | filename |
| | filename of the element that caused this exception
|
|
unsigned int | line |
| | line of the element that caused this exception
|
Represents an exception during parsing, for instance, syntax errors.
The documentation for this struct was generated from the following files:
- /cygdrive/d/a/scallywag/source-highlight/source-highlight-3.1.9-1.x86_64/src/source-highlight-3.1.9/lib/srchilite/parserexception.h
- /cygdrive/d/a/scallywag/source-highlight/source-highlight-3.1.9-1.x86_64/src/source-highlight-3.1.9/lib/srchilite/parserexception.cpp