Class DataSetLoaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mjeanroy.dbunit.exception.DataSetLoaderException
All Implemented Interfaces:
Serializable

public class DataSetLoaderException extends RuntimeException
Exception thrown when DataSet cannot be loaded.
See Also:
  • Constructor Details

    • DataSetLoaderException

      public DataSetLoaderException(Exception ex)
      Wrap original exception.
      Parameters:
      ex - Original Exception.