org.apache.empire.struts2.action
Interface ExceptionAware

All Known Implementing Classes:
WebAction

public interface ExceptionAware


Method Summary
 String handleException(Throwable exception, String method)
          informs the action that an uncaught exception has occurred
 

Method Detail

handleException

String handleException(Throwable exception,
                       String method)
informs the action that an uncaught exception has occurred

Parameters:
exception - the exception that occurred
Returns:
the target mapping which to execute


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.