| Class | Description |
|---|---|
| ContextError |
An error that occurs after syntax checking.
|
| ParseError |
An error that occurs when parsing a string.
|
| SyntaxEndOfBuffer |
Occurs, when the end of the input buffer is reached while the parser is at a non-accepted state.
|
| SyntaxError |
Occurs, when the syntax of a string to parse is invalid.
|
| SyntaxInvalidSymbol |
Occurs, when a string to parse contains an unknown symbol/character sequence
|
| SyntaxNotAccepted |
Occurs, when the a string to parse is not a word of the language.
|
| Exception | Description |
|---|---|
| ParameterParseException |