public abstract class ParseException extends ParseExceptionInterface
Modifier and Type | Field and Description |
---|---|
protected IndexReader |
source |
Constructor and Description |
---|
ParseException(java.lang.Integer pos) |
ParseException(java.lang.Integer pos,
java.lang.String message) |
ParseException(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
IndexReader |
getSource() |
boolean |
hasSource()
Returns true, if and only if, source code is attached to the exception
|
void |
setSource(IndexReader source) |
getInputKey, getPos, getStringRepresentation, isPosSet, posToString, setInputKey, setPos, toString
protected IndexReader source
public ParseException(java.lang.Integer pos, java.lang.String message)
public ParseException(java.lang.Integer pos)
public ParseException(java.lang.String message)
public IndexReader getSource()
public void setSource(IndexReader source)
public boolean hasSource()
ParseExceptionInterface
hasSource
in class ParseExceptionInterface