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:
java.io.Serializable
- Direct Known Subclasses:
CsvReadException
,CsvWriteException
@Deprecated public class CsvMappingException extends com.fasterxml.jackson.databind.JsonMappingException
Deprecated.Since 2.13 use sub-classCsvReadException
andCsvWriteException
insteadFormat-specific exception used to indicate problems regarding handling of CSV content above minimal decoding, based onCsvSchema
.- Since:
- 2.9
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CsvSchema
_schema
Deprecated.private static long
serialVersionUID
Deprecated.
-
Constructor Summary
Constructors Constructor Description CsvMappingException(CsvGenerator gen, java.lang.String msg, CsvSchema schema)
Deprecated.CsvMappingException(CsvParser p, java.lang.String msg, CsvSchema schema)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CsvMappingException
from(CsvGenerator gen, java.lang.String msg, CsvSchema schema)
Deprecated.static CsvMappingException
from(CsvParser p, java.lang.String msg, CsvSchema schema)
Deprecated.CsvSchema
getSchema()
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
_schema
protected final CsvSchema _schema
Deprecated.
-
-
Constructor Detail
-
CsvMappingException
public CsvMappingException(CsvParser p, java.lang.String msg, CsvSchema schema)
Deprecated.
-
CsvMappingException
public CsvMappingException(CsvGenerator gen, java.lang.String msg, CsvSchema schema)
Deprecated.
-
-
Method Detail
-
from
@Deprecated public static CsvMappingException from(CsvParser p, java.lang.String msg, CsvSchema schema)
Deprecated.
-
from
@Deprecated public static CsvMappingException from(CsvGenerator gen, java.lang.String msg, CsvSchema schema)
Deprecated.
-
getSchema
public CsvSchema getSchema()
Deprecated.
-
-