| org.apache.cactus.internal.client.AssertionFailedErrorWrapper
AssertionFailedErrorWrapper | public class AssertionFailedErrorWrapper extends AssertionFailedError (Code) | | Same as ServletExceptionWrapper except that this exception class
extends JUnit AssertionFailedError so that JUnit will
print a different message in it's runner console.
version: $Id: AssertionFailedErrorWrapper.java 238991 2004-05-22 11:34:50Z vmassol $ |
AssertionFailedErrorWrapper | public AssertionFailedErrorWrapper(String theMessage)(Code) | | Standard throwable constructor.
Parameters: theMessage - the exception message |
AssertionFailedErrorWrapper | public AssertionFailedErrorWrapper()(Code) | | Standard throwable constructor.
|
AssertionFailedErrorWrapper | public AssertionFailedErrorWrapper(String theMessage, String theClassName, String theStackTrace)(Code) | | The constructor to use to simulate a real exception.
Parameters: theMessage - the server exception message Parameters: theClassName - the server exception class name Parameters: theStackTrace - the server exception stack trace |
getWrappedClassName | public String getWrappedClassName()(Code) | | the wrapped class name |
printStackTrace | public void printStackTrace(PrintStream thePs)(Code) | | Simulates a printing of a stack trace by printing the string stack trace
Parameters: thePs - the stream to which to output the stack trace |
printStackTrace | public void printStackTrace(PrintWriter thePw)(Code) | | Simulates a printing of a stack trace by printing the string stack trace
Parameters: thePw - the writer to which to output the stack trace |
|
|