junitx.ddtunit
Class DDTTearDownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by junitx.ddtunit.DDTException
                  extended by junitx.ddtunit.DDTTearDownException
All Implemented Interfaces:
Serializable

public class DDTTearDownException
extends DDTException

Exception class indicating errors durint tearDown operation of test execution.

Author:
jg
See Also:
Serialized Form

Constructor Summary
DDTTearDownException(String message, Throwable aCause)
           
 
Method Summary
 
Methods inherited from class junitx.ddtunit.DDTException
create, getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DDTTearDownException

public DDTTearDownException(String message,
                            Throwable aCause)
Parameters:
message -
aCause -


Copyright © 2004-2011. All Rights Reserved.