public class ParserException extends NodeException
Modifier and Type | Field and Description |
---|---|
protected int |
pos |
protected String |
where |
Constructor and Description |
---|
ParserException(String message)
Create an instance of the exception with a message
|
ParserException(String message,
String where,
int pos)
Create an instance of the exception with a message and a position
|
ParserException(String message,
Throwable cause)
Create an instance of the exception with a message and a cause
|
getLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String where
protected int pos
public ParserException(String message, String where, int pos)
message
- message of the exceptionwhere
- sourcepos
- positionpublic ParserException(String message)
message
- message of the exceptionCopyright © 2016 Gentics Software GmbH. All Rights Reserved.