public class ContextException extends ParseException
source
Constructor and Description |
---|
ContextException(java.lang.Integer pos,
java.lang.String message) |
ContextException(java.lang.String message) |
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 ContextException(java.lang.Integer pos, java.lang.String message)
public ContextException(java.lang.String message)
public java.lang.String toString()
toString
in class ParseExceptionInterface
public java.lang.String getStringRepresentation()
ParseExceptionInterface
getStringRepresentation
in class ParseExceptionInterface