Class CsvMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.databind.DatabindException
com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.dataformat.csv.CsvMappingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CsvReadException
,CsvWriteException
@Deprecated
public class CsvMappingException
extends com.fasterxml.jackson.databind.JsonMappingException
Deprecated.
Format-specific exception used to indicate problems regarding handling of CSV
content above minimal decoding, based on
CsvSchema
.- Since:
- 2.9
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.JsonMappingException.Reference
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CsvSchema
Deprecated.private static final long
Deprecated.Fields inherited from class com.fasterxml.jackson.databind.JsonMappingException
_path, _processor
Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location
-
Constructor Summary
ConstructorsConstructorDescriptionCsvMappingException
(CsvGenerator gen, String msg, CsvSchema schema) Deprecated.CsvMappingException
(CsvParser p, String msg, CsvSchema schema) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic CsvMappingException
from
(CsvGenerator gen, String msg, CsvSchema schema) Deprecated.static CsvMappingException
Deprecated.Deprecated.Methods inherited from class com.fasterxml.jackson.databind.JsonMappingException
_appendPathDesc, _buildMessage, from, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPath
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessageSuffix, getOriginalMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
_schema
Deprecated.
-
-
Constructor Details
-
CsvMappingException
Deprecated. -
CsvMappingException
Deprecated.
-
-
Method Details
-
from
Deprecated. -
from
Deprecated. -
getSchema
Deprecated.
-
CsvReadException
andCsvWriteException
instead