Class JsonMapperParsingException

All Implemented Interfaces:
Serializable

public class JsonMapperParsingException extends ParsingException
Wraps JsonProcessingExceptions to provide more information about parsing errors.
See Also:
  • Constructor Details

    • JsonMapperParsingException

      public JsonMapperParsingException(Class<?> type, Throwable cause)
  • Method Details

    • getType

      public Class<?> getType()
      Returns the type of object that failed Json parsing.