| org.apache.cactus.internal.util.TestCaseImplementError
TestCaseImplementError | public class TestCaseImplementError extends AssertionFailedError (Code) | | Represent an error around TestCase implementation.
version: $Id: TestCaseImplementError.java 238991 2004-05-22 11:34:50Z vmassol $ |
Method Summary | |
public void | printStackTrace() Print the full stack trace, including the original exception. |
TestCaseImplementError | public TestCaseImplementError(String theMessage)(Code) | | Create a TestCaseImplementError and set the error message
Parameters: theMessage - the message of the error |
printStackTrace | public void printStackTrace()(Code) | | Print the full stack trace, including the original exception.
|
|
|