Class MultiThrowable

java.lang.Object
java.lang.Throwable
org.apache.tomcat.util.MultiThrowable
All Implemented Interfaces:
Serializable

public class MultiThrowable extends Throwable
Wraps a list of throwables as a single throwable. This is intended to be used when multiple actions are taken where each may throw an exception but all actions are taken before any errors are reported.

This class is NOT threadsafe.

See Also: