org.apache.shale.view
Interface ExceptionHandler

All Known Implementing Classes:
DefaultExceptionHandler

public interface ExceptionHandler

Interface describing a "strategy pattern" implementation for handling exceptions thrown by an application event callback that is managed by Shale. A suitable instance may be acquired by calling ExceptionHandlerFactory.getInstance().getExceptionHandler().

Since:
1.0.3 $Id: ExceptionHandler.java 464373 2006-10-16 04:21:54Z rahul $

Method Summary
 void handleException(Exception exception)
          Handle the specified exception thrown by an application event handler.
 

Method Detail

handleException

void handleException(Exception exception)

Handle the specified exception thrown by an application event handler.

Parameters:
exception - Exception that was thrown


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