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, setSourcegetInputKey, getPos, isPosSet, posToString, setInputKey, setPospublic ContextException(java.lang.Integer pos,
java.lang.String message)
public ContextException(java.lang.String message)
public java.lang.String toString()
toString in class ParseExceptionInterfacepublic java.lang.String getStringRepresentation()
ParseExceptionInterfacegetStringRepresentation in class ParseExceptionInterface