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 428077 2006-08-02 18:17:11Z craigmcc $

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-2006 Apache Software Foundation. All Rights Reserved.