Class XpathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.custommonkey.xmlunit.exceptions.XMLUnitException
org.custommonkey.xmlunit.exceptions.XpathException
- All Implemented Interfaces:
Serializable
Exception an
XpathEngine
is allowed to throw.- See Also:
-
Constructor Summary
ConstructorDescriptionXpathException
(String message) Inititializes the exception.XpathException
(String message, Throwable t) Inititializes the exception.Inititializes the exception. -
Method Summary
Methods inherited from class org.custommonkey.xmlunit.exceptions.XMLUnitException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XpathException
Inititializes the exception.- Parameters:
t
- the root cause of the exception
-
XpathException
Inititializes the exception.- Parameters:
message
- the detail message
-
XpathException
Inititializes the exception.- Parameters:
message
- the detail messaget
- the root cause of the exception
-