public class ParseException extends Exception
| Constructor and Description |
|---|
ParseException(int lineNumber,
int colNumber,
String filename)
Constructs a new instance of this class with
null as its
detail message. |
ParseException(String message,
int lineNumber,
int colNumber,
String filename)
Constructs a new instance of this class with the specified detail
message.
|
ParseException(String message,
Throwable rootCause,
int lineNumber,
int colNumber,
String filename)
Constructs a new instance of this class with the specified detail
message and root cause.
|
ParseException(Throwable rootCause,
int lineNumber,
int colNumber,
String filename)
Constructs a new instance of this class with the specified root cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ParseException(int lineNumber,
int colNumber,
String filename)
null as its
detail message.public ParseException(String message, int lineNumber, int colNumber, String filename)
message - the detail message. The detail message is saved for
later retrieval by the getMessage() method.public ParseException(String message, Throwable rootCause, int lineNumber, int colNumber, String filename)
message - the detail message. The detail message is saved for
later retrieval by the getMessage() method.rootCause - root failure causeCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.