Class FailedToInitializeTestData

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thucydides.core.csv.FailedToInitializeTestData
All Implemented Interfaces:
java.io.Serializable

public class FailedToInitializeTestData
extends java.lang.RuntimeException
Error that occurs if the test data could not be instanciated for some reason.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    FailedToInitializeTestData​(java.lang.String message)  
    FailedToInitializeTestData​(java.lang.String message, java.lang.Exception cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FailedToInitializeTestData

      public FailedToInitializeTestData​(java.lang.String message)
    • FailedToInitializeTestData

      public FailedToInitializeTestData​(java.lang.String message, java.lang.Exception cause)