|
Grammatica 1.5 Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
System.Object
|
+--ParserCreationException.ErrorType
in ParserCreationException.csThe error type enumeration.
| Field Summary | |
INFINITE_LOOP
The infinite loop error type is used when an infinite loop has been detected in the grammar. |
|
INHERENT_AMBIGUITY
The inherent ambiguity error type is used when the set of production patterns (i.e. the grammar) contains ambiguities that cannot be resolved. |
|
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_PARSER
The invalid parser error type is used when the parser as such is invalid. |
|
INVALID_PRODUCTION
The invalid production error type is used when a production pattern is erroneous. |
|
INVALID_TOKEN
The invalid token error type is used when a token pattern is erroneous. |
|
| Field Detail |
public INFINITE_LOOP
public INHERENT_AMBIGUITY
public INTERNAL
public INVALID_PARSER
public INVALID_PRODUCTION
public INVALID_TOKEN
|
Grammatica 1.5 Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||