com.aoindustries.website
Class ExceptionHandler

java.lang.Object
  extended by org.apache.struts.action.ExceptionHandler
      extended by com.aoindustries.website.ExceptionHandler

public class ExceptionHandler
extends org.apache.struts.action.ExceptionHandler

Author:
AO Industries, Inc.

Constructor Summary
ExceptionHandler()
           
 
Method Summary
 ActionForward execute(java.lang.Exception exception, ExceptionConfig config, ActionMapping mapping, ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

execute

public ActionForward execute(java.lang.Exception exception,
                             ExceptionConfig config,
                             ActionMapping mapping,
                             ActionForm form,
                             javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)