public class CsvWriteException extends CsvMappingException
CsvSchema
.
In Jackson 2.x this type extends
DatabindException
, but for Jackson 3.0
will become streaming-level exception
_schema
Constructor and Description |
---|
CsvWriteException(CsvGenerator gen,
String msg,
CsvSchema schema) |
Modifier and Type | Method and Description |
---|---|
static CsvWriteException |
from(CsvGenerator gen,
String msg,
CsvSchema schema) |
from, getSchema
_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
public CsvWriteException(CsvGenerator gen, String msg, CsvSchema schema)
public static CsvWriteException from(CsvGenerator gen, String msg, CsvSchema schema)
Copyright © 2022 FasterXML. All rights reserved.