Package com.opencsv.exceptions
Class CsvValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencsv.exceptions.CsvException
-
- com.opencsv.exceptions.CsvFieldAssignmentException
-
- com.opencsv.exceptions.CsvValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CsvValidationException extends CsvFieldAssignmentException
Exception thrown by aLineValidatororLineValidatorAggregatorwhen a single line is invalid.- Since:
- 5.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-