servletunit.struts
Class ExceptionDuringTestError
java.lang.Object
java.lang.Throwable
java.lang.Error
servletunit.struts.ExceptionDuringTestError
- All Implemented Interfaces:
- java.io.Serializable
- public class ExceptionDuringTestError
- extends java.lang.Error
Title: ExceptionDuringTestError
Description: An error indicating an uncaught exception
occurred during testing
Copyright: Copyright (c) 2003
- Version:
- 1.0
- Author:
- Sean Pritchard
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExceptionDuringTestError
public ExceptionDuringTestError(java.lang.String message,
java.lang.Throwable rootCause)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream stream)
printStackTrace
public void printStackTrace(java.io.PrintWriter stream)
Copyright © Deryl Seale All Rights Reserved.