public class ExceptionUtil extends Object
| Constructor and Description |
|---|
ExceptionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Exception> |
perform(Class<E> cls,
PerformAction action) |
static <T,E extends Exception> |
perform(Class<E> cls,
PerformResult<T> action) |
static <T,E extends Exception> |
perform(Class<E> cls,
String message,
PerformResult<T> action) |
public static <E extends Exception> void perform(Class<E> cls, PerformAction action) throws E extends Exception
E extends Exceptionpublic static <T,E extends Exception> T perform(Class<E> cls, PerformResult<T> action) throws E extends Exception
E extends ExceptionCopyright © 2021 NorStella. All rights reserved.