Class CsvParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
org.junit.jupiter.params.provider.CsvParsingException
All Implemented Interfaces:
Serializable

@API(status=STABLE, since="5.7") public class CsvParsingException extends org.junit.platform.commons.JUnitException
Thrown if an error is encountered while parsing CSV input.
Since:
5.3
See Also:
  • Field Details

  • Constructor Details

    • CsvParsingException

      public CsvParsingException(String message)
    • CsvParsingException

      public CsvParsingException(String message, Throwable cause)