|
||||||||||
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
public class DDTException
Base exception of ddtunit package.
Constructor Summary | |
---|---|
DDTException()
Standard exception class for any ddtunit specific problems |
|
DDTException(String message)
Standard exception class for any ddtunit specific problems |
|
DDTException(String message,
Throwable aCause)
Standard exception class for any ddtunit specific problems |
|
DDTException(Throwable aCause)
Standard exception class for any ddtunit specific problems |
Method Summary | |
---|---|
static DDTException |
create(StringBuffer message,
Throwable exception)
Create exception with compact trace hirachie information summariesed in exception message. |
Throwable |
getCause()
get cause exception |
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 DDTException()
public DDTException(String message)
message
- to display in exceptionpublic DDTException(Throwable aCause)
aCause
- of actuall exceptionpublic DDTException(String message, Throwable aCause)
message
- to display in exceptionaCause
- of actuall exceptionMethod Detail |
---|
public Throwable getCause()
getCause
in class Throwable
Throwable.getCause()
public static DDTException create(StringBuffer message, Throwable exception)
message
- provided as prefix of exceptionexception
- to start information exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |