|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.dbunit.DatabaseUnitRuntimeException
public class DatabaseUnitRuntimeException
Constructor Summary | |
---|---|
DatabaseUnitRuntimeException()
Constructs an DatabaseUnitRuntimeException with no specified
detail message and no encapsulated exception. |
|
DatabaseUnitRuntimeException(java.lang.String msg)
Constructs an DatabaseUnitRuntimeException with the specified
detail message and no encapsulated exception. |
|
DatabaseUnitRuntimeException(java.lang.String msg,
java.lang.Throwable e)
Constructs an DatabaseUnitRuntimeException with the specified
detail message and encapsulated exception. |
|
DatabaseUnitRuntimeException(java.lang.Throwable e)
Constructs an DatabaseUnitRuntimeException with the encapsulated
exception and use its message as detail message. |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
Returns the encapsuled exception or null if none. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream s)
|
void |
printStackTrace(java.io.PrintWriter s)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DatabaseUnitRuntimeException()
DatabaseUnitRuntimeException
with no specified
detail message and no encapsulated exception.
public DatabaseUnitRuntimeException(java.lang.String msg)
DatabaseUnitRuntimeException
with the specified
detail message and no encapsulated exception.
public DatabaseUnitRuntimeException(java.lang.String msg, java.lang.Throwable e)
DatabaseUnitRuntimeException
with the specified
detail message and encapsulated exception.
public DatabaseUnitRuntimeException(java.lang.Throwable e)
DatabaseUnitRuntimeException
with the encapsulated
exception and use its message as detail message.
Method Detail |
---|
public java.lang.Throwable getException()
null
if none.
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |