BALL::Exception::ParseError Class Reference
#include <BALL/COMMON/exception.h>
List of all members.
|
Public Member Functions |
| ParseError (const char *file, int line, const String &expression, const String &message) |
Detailed Description
Parse Error. A given expression could not be parsed.
Constructor & Destructor Documentation
BALL::Exception::ParseError::ParseError |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const String & |
expression, |
|
|
const String & |
message | |
|
) |
| | |