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=EXPERIMENTAL, since="5.3") public class CsvParsingException extends JUnitException
Thrown if an error is encountered while parsing CSV input.- Since:
- 5.3
- See Also:
CsvSource
,CsvFileSource
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CsvParsingException(String message)
CsvParsingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-