at.gv.egiz.moodle.eidconnector.webapp.struts
Class CustomExceptionHandler

java.lang.Object
  extended by org.apache.struts.action.ExceptionHandler
      extended by at.gv.egiz.moodle.eidconnector.webapp.struts.CustomExceptionHandler

public class CustomExceptionHandler
extends ExceptionHandler

Author:
AT-TUG (Thomas Knall)

Field Summary
 
Fields inherited from class org.apache.struts.action.ExceptionHandler
INCLUDE_PATH, SILENT_IF_COMMITTED
 
Constructor Summary
CustomExceptionHandler()
           
 
Method Summary
 ActionForward execute(Exception ex, ExceptionConfig ae, ActionMapping mapping, ActionForm formInstance, HttpServletRequest request, HttpServletResponse response)
           
static String getMailToHREF(Exception ex, HttpServletRequest request)
           
static String getMailToHREF(String message, HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ExceptionHandler
determineIncludePath, handleCommittedResponse, logException, storeException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomExceptionHandler

public CustomExceptionHandler()
Method Detail

getMailToHREF

public static String getMailToHREF(Exception ex,
                                   HttpServletRequest request)

getMailToHREF

public static String getMailToHREF(String message,
                                   HttpServletRequest request)

execute

public ActionForward execute(Exception ex,
                             ExceptionConfig ae,
                             ActionMapping mapping,
                             ActionForm formInstance,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws ServletException
Overrides:
execute in class ExceptionHandler
Throws:
ServletException


Copyright 2009 EGIZ. All Rights Reserved.