Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 Throwable
Copyright © 2002–2018. All rights reserved.