public class ParserException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ParserException(java.lang.String message,
java.lang.Throwable cause,
Token... problematicTokens) |
ParserException(java.lang.String message,
Token... problematicTokens) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Token> |
getProblematicTokens() |
public ParserException(java.lang.String message,
Token... problematicTokens)
public ParserException(java.lang.String message,
java.lang.Throwable cause,
Token... problematicTokens)
public java.util.List<Token> getProblematicTokens()