|
|||||||||||
| 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
|
+--org.apache.commons.lang.exception.NestableException
|
+--com.generationjava.test.TestException
Something went wrong in testing. If an exception was thrown during testing, then this exception will wrap that exception.
| Field Summary |
| Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
| Constructor Summary | |
TestException()
|
|
TestException(java.lang.Exception ex)
|
|
TestException(java.lang.String msg)
|
|
TestException(java.lang.String msg,
java.lang.Exception ex)
|
|
| Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TestException()
public TestException(java.lang.String msg)
public TestException(java.lang.Exception ex)
public TestException(java.lang.String msg,
java.lang.Exception ex)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||