public class AWSExceptionManager extends Object
Constructor and Description |
---|
AWSExceptionManager() |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
add(Class<T> clazz,
Function<T,RuntimeException> function) |
RuntimeException |
apply(Throwable t) |
public <T extends Throwable> void add(@NonNull Class<T> clazz, @NonNull Function<T,RuntimeException> function)
public RuntimeException apply(Throwable t)
Copyright © 2018. All rights reserved.