|
|||||||||||
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.client.AssertionFailedErrorWrapper
Same as ServletExceptionWrapper
except that this exception class
extends JUnit AssertionFailedError
so that JUnit will
print a different message in it's runner console.
Constructor Summary | |
AssertionFailedErrorWrapper()
Standard throwable constructor. |
|
AssertionFailedErrorWrapper(java.lang.String theMessage)
Standard throwable constructor. |
|
AssertionFailedErrorWrapper(java.lang.String theMessage,
java.lang.String theClassName,
java.lang.String theStackTrace)
The constructor to use to simulate a real exception. |
Method Summary | |
java.lang.String |
getWrappedClassName()
|
void |
printStackTrace(java.io.PrintStream thePs)
Simulates a printing of a stack trace by printing the string stack trace |
void |
printStackTrace(java.io.PrintWriter thePw)
Simulates a printing of a stack trace by printing the string stack trace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AssertionFailedErrorWrapper(java.lang.String theMessage)
theMessage
- the exception messagepublic AssertionFailedErrorWrapper()
public AssertionFailedErrorWrapper(java.lang.String theMessage, java.lang.String theClassName, java.lang.String theStackTrace)
theMessage
- the server exception messagetheClassName
- the server exception class nametheStackTrace
- the server exception stack traceMethod Detail |
public void printStackTrace(java.io.PrintStream thePs)
thePs
- the stream to which to output the stack tracepublic void printStackTrace(java.io.PrintWriter thePw)
thePw
- the writer to which to output the stack tracepublic java.lang.String getWrappedClassName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |