org.apache.shale.view.impl
Class DefaultExceptionHandler

java.lang.Object
  extended by org.apache.shale.view.impl.DefaultExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public class DefaultExceptionHandler
extends Object
implements ExceptionHandler

Default implementation of the ExceptionHandler interface.

$Id: ExceptionHandlerImpl.java 422609 2006-07-17 03:17:18Z craigmcc $


Constructor Summary
DefaultExceptionHandler()
           
 
Method Summary
 void handleException(Exception exception)
          Log the specified exception, and record it in a request scoped List that can be used to report them all at a future point in time to report all of the accumulated exceptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExceptionHandler

public DefaultExceptionHandler()
Method Detail

handleException

public void handleException(Exception exception)

Log the specified exception, and record it in a request scoped List that can be used to report them all at a future point in time to report all of the accumulated exceptions.

Specified by:
handleException in interface ExceptionHandler
Parameters:
exception - Exception to be handled


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.