org.springframework.richclient.exceptionhandling.delegation
Class DelegatingExceptionHandlerTests.ExceptionHandlerCounter

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.exceptionhandling.delegation.DelegatingExceptionHandlerTests.ExceptionHandlerCounter
All Implemented Interfaces:
Thread.UncaughtExceptionHandler
Enclosing class:
DelegatingExceptionHandlerTests

public static class DelegatingExceptionHandlerTests.ExceptionHandlerCounter
extends Object
implements Thread.UncaughtExceptionHandler


Method Summary
 int getCounter()
           
 void uncaughtException(Thread t, Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCounter

public int getCounter()

uncaughtException

public void uncaughtException(Thread t,
                              Throwable e)
Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.