Class DataSetParserException

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

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

    • DataSetParserException

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