org.exolab.adaptx.xpath.engine
Class ParseException
public class ParseException
The main exception thrown when an Error occurs while
parsing an XPath expression
Version:
- Keith Visco
ParseException(String expr, String message) - Creates a new ParseException with the given message.
|
ParseException(String expr, String message, int columnNumber) - Creates a new ParseException with the given message.
|
int | getColumnNumber() - Returns the column number at which the parse error occured.
|
String | getMessage() - Returns the detail message for this Exception
|
String | toString() - Return the String representation of this Exception
|
ParseException
public ParseException(String expr,
String message)
Creates a new ParseException with the given message.
message
- the detail message for this Exception
ParseException
public ParseException(String expr,
String message,
int columnNumber)
Creates a new ParseException with the given message.
message
- the detail message for this Exception
getColumnNumber
public int getColumnNumber()
Returns the column number at which the parse error occured.
- the column number at which the parse error occured,
or -1, if no column number was specified.
getMessage
public String getMessage()
Returns the detail message for this Exception
- the detail message for this Exception
toString
public String toString()
Return the String representation of this Exception
- the String representation of this Exception