org.apache.cactus.internal.util
Class TestCaseImplementError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjunit.framework.AssertionFailedError
              extended byorg.apache.cactus.internal.util.TestCaseImplementError
All Implemented Interfaces:
java.io.Serializable

public class TestCaseImplementError
extends junit.framework.AssertionFailedError

Represent an error around TestCase implementation.

Version:
$Id: TestCaseImplementError.java,v 1.1 2004/05/22 11:34:48 vmassol Exp $
See Also:
Serialized Form

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

TestCaseImplementError

public TestCaseImplementError(java.lang.String theMessage)
Create a TestCaseImplementError and set the error message

Parameters:
theMessage - the message of the error
Method Detail

printStackTrace

public void printStackTrace()
Print the full stack trace, including the original exception.



Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.