net.sf.jzeno
Class DefaultGlobalExceptionHandler

java.lang.Object
  extended by net.sf.jzeno.DefaultGlobalExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public class DefaultGlobalExceptionHandler
extends java.lang.Object
implements ExceptionHandler


Constructor Summary
DefaultGlobalExceptionHandler()
           
 
Method Summary
 void handle(java.lang.Throwable t, User securityContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGlobalExceptionHandler

public DefaultGlobalExceptionHandler()
Method Detail

handle

public void handle(java.lang.Throwable t,
                   User securityContext)
Specified by:
handle in interface ExceptionHandler