public class ParseException extends RuntimeException
Constructor and Description |
---|
ParseException(String message,
int line,
int column) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getLine() |
String |
getMessage() |
void |
setSourceInfo(String sourceInfo) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(String message, int line, int column)
public int getLine()
public int getColumn()
public void setSourceInfo(String sourceInfo)
public String getMessage()
getMessage
in class Throwable
Copyright © 2002-2013. All Rights Reserved.