com.alee.laf
Class WebLookAndFeel.ExceptionHandler

java.lang.Object
  extended by 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.


Constructor Summary
WebLookAndFeel.ExceptionHandler()
           
 
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
 

Constructor Detail

WebLookAndFeel.ExceptionHandler

public WebLookAndFeel.ExceptionHandler()
Method Detail

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)