Class CsvMappingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.dataformat.csv.CsvMappingException
All Implemented Interfaces:
Serializable

public class CsvMappingException extends com.fasterxml.jackson.databind.JsonMappingException
Format-specific exception used to indicate problems regarding handling of CSV content above minimal decoding, based on CsvSchema.
Since:
2.9
See Also: