public abstract class Exceptions extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Exceptions.Action |
Constructor and Description |
---|
Exceptions() |
Modifier and Type | Method and Description |
---|---|
static boolean |
safe(Exceptions.Action action) |
static <T> T |
sneakyThrows(Callable<T> supplier) |
public static <T> T sneakyThrows(Callable<T> supplier)
public static boolean safe(Exceptions.Action action)
Copyright © 2017 Suncode. All rights reserved.