Uses of Class
org.springframework.core.NestedRuntimeException
Packages that use NestedRuntimeException
Package
Description
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
Type conversion system API.
Support classes for Spring's serializer abstraction.
-
Uses of NestedRuntimeException in org.springframework.core.annotation
Subclasses of NestedRuntimeException in org.springframework.core.annotationModifier and TypeClassDescriptionclassThrown byAnnotationUtilsand synthesized annotations if an annotation is improperly configured. -
Uses of NestedRuntimeException in org.springframework.core.codec
Subclasses of NestedRuntimeException in org.springframework.core.codecModifier and TypeClassDescriptionclassGeneral error that indicates a problem while encoding and decoding to and from an Object stream.classIndicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.classIndicates an issue with encoding the input Object stream with a focus on not being able to encode Objects. -
Uses of NestedRuntimeException in org.springframework.core.convert
Subclasses of NestedRuntimeException in org.springframework.core.convertModifier and TypeClassDescriptionclassBase class for exceptions thrown by the conversion system.classException to be thrown when an actual type conversion attempt fails.classException to be thrown when a suitable converter could not be found in a given conversion service. -
Uses of NestedRuntimeException in org.springframework.core.serializer.support
Subclasses of NestedRuntimeException in org.springframework.core.serializer.supportModifier and TypeClassDescriptionclassWrapper for the native IOException (or similar) when aSerializerorDeserializerfailed.