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:
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.core.JacksonException
tools.jackson.core.JacksonException.Reference -
Field Summary
FieldsFields inherited from class tools.jackson.core.JacksonException
_location, _path, _processor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CsvWriteExceptionfrom(CsvGenerator gen, String msg, CsvSchema schema) Methods inherited from class tools.jackson.core.exc.StreamWriteException
processor, withGeneratorMethods inherited from class tools.jackson.core.JacksonException
_appendPathDesc, _appendReferenceChain, _buildMessage, _exceptionMessage, clearLocation, getLocalizedMessage, getLocation, getMessage, getOriginalMessage, getPath, getPathReference, getPathReference, messageSuffix, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPath, wrapWithPathMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
_schema
-
-
Constructor Details
-
CsvWriteException
-
-
Method Details
-
from
-
getSchema
-