Class MultiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.util.MultiException
All Implemented Interfaces:
Serializable

public class MultiException extends Exception
Wraps multiple exceptions. Allows multiple exceptions to be thrown as a single exception. The MultiException itself should not be thrown instead one of the ifExceptionThrow* methods should be called instead.
See Also: