Interface ContainerExtractionContext
A handler passed to
ContainerExtractor.extract(Object, ValueProcessor, Object, Object, ContainerExtractionContext)
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Propagates (rethrows) aRuntimeException
thrown while extracting elements from a container, or ignores it so that the container is assumed empty.
-
Method Details
-
propagateOrIgnoreContainerExtractionException
Propagates (rethrows) aRuntimeException
thrown while extracting elements from a container, or ignores it so that the container is assumed empty.- Parameters:
exception
- ARuntimeException
thrown while extracting elements from a container.
-