Package net.thucydides.core.csv
Class FailedToInitializeTestData
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thucydides.core.csv.FailedToInitializeTestData
- All Implemented Interfaces:
Serializable
Error that occurs if the test data could not be instanciated for some reason.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailedToInitializeTestData
(String message) FailedToInitializeTestData
(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedToInitializeTestData
-
FailedToInitializeTestData
-