|
Grammatica 1.5 Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
System.Object
|
+--ParseException.ErrorType
in ParseException.csThe error type enumeration.
| Field Summary | |
ANALYSIS
The analysis error type is used when an error is encountered in the analysis. |
|
INTERNAL
The internal error type is only used to signal an error that is a result of a bug in the parser or tokenizer code. |
|
INVALID_TOKEN
The invalid token error type is used when a token pattern with an error message is matched. |
|
IO
The I/O error type is used for stream I/O errors. |
|
UNEXPECTED_CHAR
The unexpected character error type is used when a character is read that isn't handled by one of the token patterns. |
|
UNEXPECTED_EOF
The unexpected end of file error type is used when end of file is encountered instead of a valid token. |
|
UNEXPECTED_TOKEN
The unexpected token error type is used when another token than the expected one is encountered. |
|
| Field Detail |
public ANALYSIS
public INTERNAL
public INVALID_TOKEN
public IO
public UNEXPECTED_CHAR
public UNEXPECTED_EOF
public UNEXPECTED_TOKEN
|
Grammatica 1.5 Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||