Package | Description |
---|---|
com.fasterxml.jackson.dataformat.csv |
Modifier and Type | Class and Description |
---|---|
class |
CsvReadException
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 . |
class |
CsvWriteException
Format-specific exception used to indicate problems regarding low-level
generation issues specific to CSV content;
usually problems with field-to-column mapping as defined by
CsvSchema . |
Modifier and Type | Method and Description |
---|---|
static CsvMappingException |
CsvMappingException.from(CsvGenerator gen,
String msg,
CsvSchema schema)
Deprecated.
|
static CsvMappingException |
CsvMappingException.from(CsvParser p,
String msg,
CsvSchema schema)
Deprecated.
|
Copyright © 2021 FasterXML. All rights reserved.