CsvReadException
and CsvWriteException
instead@Deprecated public class CsvMappingException extends com.fasterxml.jackson.databind.JsonMappingException
CsvSchema
.Modifier and Type | Field and Description |
---|---|
protected CsvSchema |
_schema
Deprecated.
|
Constructor and Description |
---|
CsvMappingException(CsvGenerator gen,
String msg,
CsvSchema schema)
Deprecated.
|
CsvMappingException(CsvParser p,
String msg,
CsvSchema schema)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CsvMappingException |
from(CsvGenerator gen,
String msg,
CsvSchema schema)
Deprecated.
|
static CsvMappingException |
from(CsvParser p,
String msg,
CsvSchema schema)
Deprecated.
|
CsvSchema |
getSchema()
Deprecated.
|
_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
clearLocation, getLocation, getMessageSuffix, getOriginalMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected final CsvSchema _schema
public CsvMappingException(CsvParser p, String msg, CsvSchema schema)
public CsvMappingException(CsvGenerator gen, String msg, CsvSchema schema)
@Deprecated public static CsvMappingException from(CsvParser p, String msg, CsvSchema schema)
@Deprecated public static CsvMappingException from(CsvGenerator gen, String msg, CsvSchema schema)
public CsvSchema getSchema()
Copyright © 2022 FasterXML. All rights reserved.