public class ParserException extends Exception
| Constructor and Description |
|---|
ParserException() |
ParserException(String aMsg) |
ParserException(String aStreamName,
int aLine,
int aCol,
String aMsg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
String |
getMessage() |
String |
getStreamName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserException()
public ParserException(String aMsg)
public int getLine()
public int getColumn()
public String getStreamName()
public String getMessage()
getMessage in class ThrowableCopyright © 2012. All Rights Reserved.