com.alee.laf
Class ExceptionHandler

java.lang.Object
  extended by com.alee.laf.ExceptionHandler
All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler

public class ExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler

Custom exceptions handler.

Author:
Mikle Garin

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

ExceptionHandler

public ExceptionHandler()
Method Detail

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)