|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.custommonkey.xmlunit.exceptions.XMLUnitRuntimeException
public class XMLUnitRuntimeException
Base class of any RuntimeException that can be thrown within XMLUnit.
| Constructor Summary | |
|---|---|
XMLUnitRuntimeException(java.lang.String message)
Inititializes an exeption without cause. |
|
XMLUnitRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Inititializes the exeption. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Root cause of the exception, if any. |
| 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 XMLUnitRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the root cause of the exceptionpublic XMLUnitRuntimeException(java.lang.String message)
message - the detail message| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
XMLUnit is hosted by sourceforge.net |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||