Class CentralExceptionHandling
- java.lang.Object
-
- net.anwiba.commons.swing.exception.CentralExceptionHandling
-
public class CentralExceptionHandling extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IExceptionHandlergetHandler()static CentralExceptionHandlinggetInstance()voidhandle(java.lang.Throwable exception)static voidsetHandler(IExceptionHandler handler)
-
-
-
Method Detail
-
getHandler
public IExceptionHandler getHandler()
-
setHandler
public static void setHandler(IExceptionHandler handler)
-
getInstance
public static CentralExceptionHandling getInstance()
-
handle
public void handle(java.lang.Throwable exception)
-
-