public class ParseException extends XPathException
| Constructor and 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 and 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
|
getException, 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