Package com.opencsv.exceptions
Class CsvValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencsv.exceptions.CsvException
-
- com.opencsv.exceptions.CsvValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CsvValidationException extends CsvException
Exception thrown by a LineValidator or LineValidatorAggregator when a single line is invalid.- Since:
- 5.0
- Author:
- Scott Conway
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CsvValidationException()
Default constructor.CsvValidationException(java.lang.String message)
Constructor that allows for a human readable message.
-
Method Summary
-
Methods inherited from class com.opencsv.exceptions.CsvException
getLine, getLineNumber, setLine, setLineNumber
-
-