|
||||||||||
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 junitx.ddtunit.DDTException junitx.ddtunit.DDTSetUpException
public class DDTSetUpException
This Exception is used if an exception is thrown during setUp execution of a testcase,
Constructor Summary | |
---|---|
DDTSetUpException(String message,
Throwable ex)
|
Method Summary |
---|
Methods inherited from class junitx.ddtunit.DDTException |
---|
create, 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 DDTSetUpException(String message, Throwable ex)
message
- ex
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |