Definition at line 32 of file HeyParser.hh.
Public Member Functions | |
HeyParserException (const char *msg=NULL, const char *value=NULL) | |
Construct a HeyParserException object with an optional descriptive message. | |
const char * | getMessage (void) const |
const char * | getValue (void) const |
Private Attributes | |
const char * | hpe_Message |
A short message describing the problem. | |
const char * | hpe_Value |
The value that caused the problem. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const HeyParserException &hpe) |
Output stream operator for HeyParserException objects. |
|
Construct a HeyParserException object with an optional descriptive message.
Definition at line 44 of file HeyParser.hh. |
|
Definition at line 54 of file HeyParser.hh. |
|
Definition at line 62 of file HeyParser.hh. |
|
Output stream operator for HeyParserException objects. Currently just prints out the message passed into the constructor.
Definition at line 75 of file HeyParser.hh. |