public class ParseException extends XPathException
| Constructor | Description |
|---|---|
ParseException(java.lang.String expr,
java.lang.String message) |
Creates a new ParseException with the given message.
|
ParseException(java.lang.String expr,
java.lang.String message,
int columnNumber) |
Creates a new ParseException with the given message.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getColumnNumber() |
Returns the column number at which the parse error occured.
|
java.lang.String |
getMessage() |
Returns the detail message for this Exception
|
java.lang.String |
toString() |
Return the String representation of this Exception
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracegetException, printStackTrace, printStackTrace, printStackTracepublic ParseException(java.lang.String expr,
java.lang.String message)
message - the detail message for this Exceptionpublic ParseException(java.lang.String expr,
java.lang.String message,
int columnNumber)
message - the detail message for this Exceptionpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic int getColumnNumber()
public java.lang.String toString()
toString in class java.lang.Throwable