org.oXML.xpath.parser
Class ParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
              extended byorg.oXML.xpath.XPathException
                  extended byorg.oXML.xpath.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends XPathException

See Also:
Serialized Form

Constructor Summary
ParserException(java.lang.String reason)
           
ParserException(java.lang.String reason, java.lang.String expr)
           
ParserException(java.lang.String expr, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setExpression(java.lang.String expression)
           
 
Methods inherited from class org.oXML.ObjectBoxException
getCause
 
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
 

Constructor Detail

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.
Method Detail

setExpression

public void setExpression(java.lang.String expression)

getMessage

public java.lang.String getMessage()