Serializablepublic class ParseException extends RuntimeException
| Constructor | Description |
|---|---|
ParseException(String message,
int line,
int column) |
Default constructor for the ParseException
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getColumn() |
|
int |
getLine() |
|
String |
getMessage() |
|
void |
setSourceInfo(String sourceInfo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(String message, int line, int column)
message - the messageline - the line numbercolumn - the column numberpublic int getLine()
public int getColumn()
public void setSourceInfo(String sourceInfo)
public String getMessage()
getMessage in class ThrowableCopyright © 2002–2018. All rights reserved.