public class Exceptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Exceptions.JsonInternalException |
Constructor and Description |
---|
Exceptions() |
Modifier and Type | Method and Description |
---|---|
static boolean |
die() |
static <T> T |
die(Class<T> clazz,
String message) |
static boolean |
die(String message) |
static <T> T |
handle(Class<T> clazz,
Exception e) |
static <T> T |
handle(Class<T> clazz,
String message,
Throwable e) |
static void |
handle(Exception e) |
static void |
handle(String message,
Throwable e) |
static String |
sputs(CharBuf buf,
Object... messages) |
static String |
sputs(Object... messages) |
static String |
toString(Exception ex) |