Package org.eclipse.jetty.util
Class ExceptionUtil.MultiException
java.lang.Object
org.eclipse.jetty.util.ExceptionUtil.MultiException
- Enclosing class:
ExceptionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
<T extends Throwable>
voidifExceptionThrowAs
(Class<T> type) void
-
Constructor Details
-
MultiException
public MultiException()
-
-
Method Details
-
add
-
ifExceptionThrow
- Throws:
Exception
-
ifExceptionThrowRuntime
public void ifExceptionThrowRuntime() -
ifExceptionThrowAs
- Throws:
T
-
callAndCatch
-