|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
junit.framework.AssertionFailedError
org.apache.cactus.internal.util.TestCaseImplementError
Represent an error around TestCase implementation.
Constructor Summary | |
TestCaseImplementError(java.lang.String theMessage)
Create a TestCaseImplementError and set the error message |
Method Summary | |
void |
printStackTrace()
Print the full stack trace, including the original exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestCaseImplementError(java.lang.String theMessage)
TestCaseImplementError
and set the error message
theMessage
- the message of the errorMethod Detail |
public void printStackTrace()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |