public class ParseError
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage()
Retrieve the error message.
|
int |
getPosition()
Retrieves the offset of the error.
|
java.lang.String |
toString() |
public java.lang.String getErrorMessage()
public int getPosition()
public java.lang.String toString()
toString
in class java.lang.Object