org.custommonkey.xmlunit.exceptions
Class XpathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.custommonkey.xmlunit.exceptions.XMLUnitException
              extended by org.custommonkey.xmlunit.exceptions.XpathException
All Implemented Interfaces:
java.io.Serializable

public class XpathException
extends XMLUnitException

Exception an XpathEngine is allowed to throw.

See Also:
Serialized Form

Constructor Summary
XpathException(java.lang.String message)
          Inititializes the exeption.
XpathException(java.lang.String message, java.lang.Throwable t)
          Inititializes the exeption.
XpathException(java.lang.Throwable t)
          Inititializes the exeption.
 
Method Summary
 
Methods inherited from class org.custommonkey.xmlunit.exceptions.XMLUnitException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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

XpathException

public XpathException(java.lang.Throwable t)
Inititializes the exeption.

Parameters:
cause - the root cause of the exception

XpathException

public XpathException(java.lang.String message)
Inititializes the exeption.

Parameters:
message - the detail message
cause - the root cause of the exception

XpathException

public XpathException(java.lang.String message,
                      java.lang.Throwable t)
Inititializes the exeption.

Parameters:
message - the detail message
cause - the root cause of the exception

XMLUnit is hosted by sourceforge.net