public final class ParseException
extends java.lang.Exception
Compiler when the specified code contains errors.| Constructor and Description |
|---|
ParseException(java.lang.String message,
int lineNumber,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
The end column (nth character) on which the error occurred.
|
int |
getLineNumber()
The line on which the error occurred.
|
int |
getStart()
The start column (nth character) on which the error occurred.
|
java.lang.String |
toString() |
public ParseException(java.lang.String message,
int lineNumber,
int start,
int end)
public int getLineNumber()
public int getStart()
public int getEnd()
public java.lang.String toString()
toString in class java.lang.Throwable