Package org.testng

Class DataProviderInvocationException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class DataProviderInvocationException
    extends TestNGException
    Deprecated.
    - This class stands deprecated as of 7.8.0
    Represents any issues that arise out of invoking a data provider method.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DataProviderInvocationException​(java.lang.String string, java.lang.Throwable t)
      Deprecated.
       
    • 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 Detail

      • DataProviderInvocationException

        public DataProviderInvocationException​(java.lang.String string,
                                               java.lang.Throwable t)
        Deprecated.