Package com.cedarpolicy.model.exception
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, _targetTypeFields inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_processor, _requestPayloadFields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location -
Constructor Summary
ConstructorsConstructorDescriptionInvalidValueDeserializationException(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, withRequestPayloadMethods inherited from class com.fasterxml.jackson.core.exc.StreamReadException
getMessage, getProcessor, getRequestPayload, getRequestPayloadAsStringMethods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessageSuffix, getOriginalMessage, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
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.
-