com.alee.laf
Class WebLookAndFeel.ExceptionHandler
java.lang.Object
com.alee.laf.WebLookAndFeel.ExceptionHandler
- All Implemented Interfaces:
- java.lang.Thread.UncaughtExceptionHandler
- Enclosing class:
- WebLookAndFeel
public static class WebLookAndFeel.ExceptionHandler
- extends java.lang.Object
- implements java.lang.Thread.UncaughtExceptionHandler
Custom exceptions handler for EDT.
Method Summary |
void |
handle(java.lang.Throwable thrown)
|
protected void |
handleException(java.lang.String tname,
java.lang.Throwable thrown)
|
void |
uncaughtException(java.lang.Thread thread,
java.lang.Throwable thrown)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebLookAndFeel.ExceptionHandler
public WebLookAndFeel.ExceptionHandler()
handle
public void handle(java.lang.Throwable thrown)
uncaughtException
public void uncaughtException(java.lang.Thread thread,
java.lang.Throwable thrown)
- Specified by:
uncaughtException
in interface java.lang.Thread.UncaughtExceptionHandler
handleException
protected void handleException(java.lang.String tname,
java.lang.Throwable thrown)