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, setSource
getInputKey, getPos, isPosSet, posToString, setInputKey, setPos
public SyntaxException(int pos)
public SyntaxException()
public java.lang.String toString()
toString
in class ParseExceptionInterface
public java.lang.String getStringRepresentation()
ParseExceptionInterface
getStringRepresentation
in class ParseExceptionInterface