org.oXML.xpath.parser
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oXML.ObjectBoxException
org.oXML.xpath.XPathException
org.oXML.xpath.parser.ParserException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParserException
- extends XPathException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParserException
public ParserException(java.lang.String reason)
ParserException
public ParserException(java.lang.String reason,
java.lang.String expr)
- Parameters:
reason - the reason for failure.expr - the XPath (sub)expression that caused the exception.
ParserException
public ParserException(java.lang.String expr,
java.lang.Throwable cause)
- Parameters:
expr - the XPath (sub)expression that caused the exception.cause - the nested exception.
setExpression
public void setExpression(java.lang.String expression)
getMessage
public java.lang.String getMessage()