Public Member Functions | |
| HeyParserException (const char *msg=NULL) | |
| Construct a HeyParserException object with an optional descriptive message. | |
| const char * | getMessage () |
Private Attributes | |
| const char * | hpe_Message |
| A short message describing the problem. | |
Friends | |
| ostream & | operator<< (ostream &os, const HeyParserException &hpe) |
| Output stream operator for HeyParserException objects. | |
|
|
Construct a HeyParserException object with an optional descriptive message.
|
|
|
|
|
||||||||||||
|
Output stream operator for HeyParserException objects. Currently just prints out the message passed into the constructor.
|
1.3.4