public class ParseError extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getCursorPos()
Get the formatted line:column cursor position where the error occurred.
|
String |
getErrorMessage()
Retrieve the error message.
|
int |
getPosition()
Retrieves the offset of the error.
|
String |
toString() |
public String getErrorMessage()
public int getPosition()
public String getCursorPos()
Copyright © 2009–2022 Jonathan Hedley. All rights reserved.