Class CsvWriteException

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

public class CsvWriteException extends tools.jackson.core.exc.StreamWriteException
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.
See Also: