junitx.ddtunit.data
Class DDTTestDataException

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

public class DDTTestDataException
extends DDTException

Class reflects errors raised on data repository and parsing level. This normally should indicate problems during testdata initialization or data access.

Author:
jg
See Also:
Serialized Form

Constructor Summary
DDTTestDataException(String message)
           
DDTTestDataException(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

DDTTestDataException

public DDTTestDataException(String message,
                            Throwable ex)

DDTTestDataException

public DDTTestDataException(String message)
Parameters:
string -


Copyright © 2004-2011. All Rights Reserved.