Class InvalidValueDeserializationException

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.core.exc.StreamReadException
com.fasterxml.jackson.core.exc.InputCoercionException
com.cedarpolicy.model.exception.InvalidValueDeserializationException
All Implemented Interfaces:
Serializable

public class InvalidValueDeserializationException extends com.fasterxml.jackson.core.exc.InputCoercionException
Error deserializing a value.
See Also:
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.core.exc.InputCoercionException

    _inputType, _targetType

    Fields inherited from class com.fasterxml.jackson.core.exc.StreamReadException

    _processor, _requestPayload

    Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException

    _location
  • Constructor Summary

    Constructors
    Constructor
    Description
    InvalidValueDeserializationException(com.fasterxml.jackson.core.JsonParser parser, String errorMessage, com.fasterxml.jackson.core.JsonToken token, Class<?> targetType)
    Construct InvalidValueDeserializationException.
  • Method Summary

    Methods inherited from class com.fasterxml.jackson.core.exc.InputCoercionException

    getInputType, getTargetType, withParser, withRequestPayload

    Methods inherited from class com.fasterxml.jackson.core.exc.StreamReadException

    getMessage, getProcessor, getRequestPayload, getRequestPayloadAsString

    Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException

    clearLocation, getLocation, getMessageSuffix, getOriginalMessage, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InvalidValueDeserializationException

      public InvalidValueDeserializationException(com.fasterxml.jackson.core.JsonParser parser, String errorMessage, com.fasterxml.jackson.core.JsonToken token, Class<?> targetType)
      Construct InvalidValueDeserializationException.
      Parameters:
      errorMessage - Error message.