org.exolab.adaptx.xpath.engine
public class ParseException extends XPathException
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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 |
Parameters: message the detail message for this Exception
Parameters: message the detail message for this Exception
Returns: the column number at which the parse error occured, or -1, if no column number was specified.
Returns: the detail message for this Exception
Returns: the String representation of this Exception