public class ExceptionHandler extends Object
| Constructor and Description |
|---|
ExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
handle(Throwable t) |
static void |
handle(Throwable t,
org.slf4j.Logger l) |
static void |
handle(Throwable t,
PrintStream out) |
public static void handle(Throwable t, org.slf4j.Logger l)
public static void handle(Throwable t)
public static void handle(Throwable t, PrintStream out)
Copyright © 2015. All Rights Reserved.