junitx.ddtunit
Class DDTSetUpException

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.DDTSetUpException
All Implemented Interfaces:
Serializable

public class DDTSetUpException
extends DDTException

This Exception is used if an exception is thrown during setUp execution of a testcase,

Author:
jg
See Also:
Serialized Form

Constructor Summary
DDTSetUpException(String message, Throwable ex)
           
 
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

DDTSetUpException

public DDTSetUpException(String message,
                         Throwable ex)
Parameters:
message -
ex -


Copyright © 2004-2011. All Rights Reserved.