Uses of Class
com.fasterxml.jackson.dataformat.csv.CsvMappingException
Packages that use CsvMappingException
-
Uses of CsvMappingException in com.fasterxml.jackson.dataformat.csv
Subclasses of CsvMappingException in com.fasterxml.jackson.dataformat.csvModifier and TypeClassDescriptionclassFormat-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 byCsvSchema.classFormat-specific exception used to indicate problems regarding low-level generation issues specific to CSV content; usually problems with field-to-column mapping as defined byCsvSchema.Methods in com.fasterxml.jackson.dataformat.csv that return CsvMappingExceptionModifier and TypeMethodDescriptionstatic CsvMappingExceptionCsvMappingException.from(CsvGenerator gen, String msg, CsvSchema schema) Deprecated.static CsvMappingExceptionDeprecated.