net.thucydides.core.csv
Class FailedToInitializeTestData

Package class diagram package FailedToInitializeTestData
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.thucydides.core.csv.FailedToInitializeTestData
All Implemented Interfaces:
Serializable

public class FailedToInitializeTestData
extends RuntimeException

Error that occurs if the test data could not be instanciated for some reason.

See Also:
Serialized Form

Constructor Summary
FailedToInitializeTestData(String message)
           
FailedToInitializeTestData(String message, Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

FailedToInitializeTestData

public FailedToInitializeTestData(String message)

FailedToInitializeTestData

public FailedToInitializeTestData(String message,
                                  Exception cause)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.