Interface ContainerExtractionContext

    • Method Detail

      • propagateOrIgnoreContainerExtractionException

        void propagateOrIgnoreContainerExtractionException​(RuntimeException exception)
        Propagates (rethrows) a RuntimeException thrown while extracting elements from a container, or ignores it so that the container is assumed empty.
        Parameters:
        exception - A RuntimeException thrown while extracting elements from a container.