jd.xml.xpath.parser
Class XPathParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jd.xml.xpath.parser.XPathParseException
- All Implemented Interfaces:
- Serializable
- public class XPathParseException
- extends Exception
XPathParseException indicates errors when an expression is parsed.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XPathParseException
public XPathParseException(String expression,
int errorOffset,
String message)
- Create a XPathParseException.
- Parameters:
expression
- the expressionerrorOffset
- the offset where the error occurred.message
- a message text
getErrorOffset
public int getErrorOffset()
- Return the error offset.
getExpression
public String getExpression()
- Return the expression.