Package org.testng

Class DataProviderInvocationException

All Implemented Interfaces:
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:
  • Constructor Details

    • DataProviderInvocationException

      public DataProviderInvocationException(String string, Throwable t)
      Deprecated.