public class CentralExceptionHandling extends Object
| Modifier and Type | Method and Description |
|---|---|
IExceptionHandler |
getHandler() |
static CentralExceptionHandling |
getInstance() |
void |
handle(Throwable exception) |
static void |
setHandler(IExceptionHandler handler) |
public IExceptionHandler getHandler()
public static void setHandler(IExceptionHandler handler)
public static CentralExceptionHandling getInstance()
public void handle(Throwable exception)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.