|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.custommonkey.xmlunit.exceptions.XMLUnitException
org.custommonkey.xmlunit.exceptions.XpathException
public class XpathException
Exception an XpathEngine
is allowed to throw.
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 |
---|
public XpathException(java.lang.Throwable t)
cause
- the root cause of the exceptionpublic XpathException(java.lang.String message)
message
- the detail messagecause
- the root cause of the exceptionpublic XpathException(java.lang.String message, java.lang.Throwable t)
message
- the detail messagecause
- the root cause of the exception
|
XMLUnit is hosted by sourceforge.net |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |