Class CsvReadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tools.jackson.core.JacksonException
tools.jackson.core.exc.StreamReadException
tools.jackson.dataformat.csv.CsvReadException
All Implemented Interfaces:
Serializable

public class CsvReadException extends tools.jackson.core.exc.StreamReadException
Format-specific exception used to indicate problems regarding low-level decoding/parsing issues specific to CSV content; usually problems with field-to-column mapping as defined by CsvSchema.

In Jackson 2.x this type extends DatabindException, but for Jackson 3.0 will become streaming-level exception

See Also: