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
ConstructorsConstructorDescriptionXpathException
(String message) Inititializes the exeption.XpathException
(String message, Throwable t) Inititializes the exeption.Inititializes the exeption. -
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 exeption.- Parameters:
cause
- the root cause of the exception
-
XpathException
Inititializes the exeption.- Parameters:
message
- the detail messagecause
- the root cause of the exception
-
XpathException
Inititializes the exeption.- Parameters:
message
- the detail messagecause
- the root cause of the exception
-