public abstract class SyntaxException extends ParseException
source| Constructor and Description |
|---|
SyntaxException() |
SyntaxException(int pos) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStringRepresentation()
Returns a user readable string representation of the error
|
java.lang.String |
toString() |
getSource, hasSource, setSourcegetInputKey, getPos, isPosSet, posToString, setInputKey, setPospublic SyntaxException(int pos)
public SyntaxException()
public java.lang.String toString()
toString in class ParseExceptionInterfacepublic java.lang.String getStringRepresentation()
ParseExceptionInterfacegetStringRepresentation in class ParseExceptionInterface