public class ParserException extends NodeException
Modifier and Type | Field and Description |
---|---|
protected int |
pos |
protected java.lang.String |
where |
Constructor and Description |
---|
ParserException(java.lang.String message)
Create an instance of the exception with a message
|
ParserException(java.lang.String message,
java.lang.String where,
int pos)
Create an instance of the exception with a message and a position
|
ParserException(java.lang.String message,
java.lang.Throwable cause)
Create an instance of the exception with a message and a cause
|
getLocalizedMessage
public ParserException(java.lang.String message, java.lang.String where, int pos)
message
- message of the exceptionwhere
- sourcepos
- positionpublic ParserException(java.lang.String message)
message
- message of the exceptionpublic ParserException(java.lang.String message, java.lang.Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionCopyright © 2019 Gentics Software. All Rights Reserved.