Class CsvMappingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CsvMappingException
    extends com.fasterxml.jackson.databind.JsonMappingException
    Format-specific exception used to indicate problems regarding handling of CSV content above minimal decoding, based on CsvSchema.
    Since:
    2.9
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonMappingException

        com.fasterxml.jackson.databind.JsonMappingException.Reference
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected CsvSchema _schema  
      private static long serialVersionUID  
      • Fields inherited from class com.fasterxml.jackson.databind.JsonMappingException

        _path, _processor
      • Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException

        _location
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static CsvMappingException from​(CsvGenerator gen, java.lang.String msg, CsvSchema schema)  
      static CsvMappingException from​(CsvParser p, java.lang.String msg, CsvSchema schema)  
      CsvSchema getSchema()  
      • 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, 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait