Class InvalidTypeIdException
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.databind.DatabindException
com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.exc.MismatchedInputException
com.fasterxml.jackson.databind.exc.InvalidTypeIdException
- All Implemented Interfaces:
Serializable
Exception thrown when resolution of a type id fails.
- Since:
- 2.8
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonMappingException
JsonMappingException.Reference -
Constructor Summary
ConstructorsConstructorDescriptionInvalidTypeIdException(JsonParser p, String msg, JavaType baseType, String typeId) -
Method Summary
Modifier and TypeMethodDescriptionstatic InvalidTypeIdExceptionfrom(JsonParser p, String msg, JavaType baseType, String typeId) Methods inherited from class com.fasterxml.jackson.databind.exc.MismatchedInputException
from, from, from, getTargetType, setTargetTypeMethods inherited from class com.fasterxml.jackson.databind.JsonMappingException
from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPathMethods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getOriginalMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidTypeIdException
-
-
Method Details
-
from
public static InvalidTypeIdException from(JsonParser p, String msg, JavaType baseType, String typeId) -
getBaseType
-
getTypeId
-