org.apache.shale.view.impl
Class DefaultExceptionHandler
java.lang.Object
   org.apache.shale.view.impl.DefaultExceptionHandler
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 $
 
| Method Summary | 
|  void | handleException(Exception exception)Log the specified exception, and record it in a request scoped
 Listthat 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 | 
 
DefaultExceptionHandler
public DefaultExceptionHandler()
handleException
public void handleException(Exception exception)
- Log the specified exception, and record it in a request scoped
 - Listthat can be used to report them all at a future
 point in time to report all of the accumulated exceptions.
 - 
 
- 
- Specified by:
- handleExceptionin interface- ExceptionHandler
 
- 
- Parameters:
- exception- Exception to be handled
 
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.