public class ParserException
extends java.lang.RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
ParserException.AstBuilderException |
static class |
ParserException.CompositeParserException |
static class |
ParserException.NoSuchLanguageException |
static class |
ParserException.UnexpectedEOFException |
static class |
ParserException.UnexpectedTokenException |
| Modifier | Constructor and Description |
|---|---|
protected |
ParserException(java.lang.String message) |
protected |
ParserException(java.lang.String message,
Location location) |