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
public class XpathException extends XMLUnitException
Exception anXpathEngineis allowed to throw.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XpathException(String message)Inititializes the exception.XpathException(String message, Throwable t)Inititializes the exception.XpathException(Throwable t)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
-
-