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
Thrown if an error is encountered while parsing CSV input.
- Since:
 - 5.3
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCsvParsingException(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 
- 
Constructor Details
- 
CsvParsingException
 - 
CsvParsingException
 
 -