com.arsdigita.sitenode
Class ServletErrorReport

java.lang.Object
  extended bycom.arsdigita.logging.ErrorReport
      extended bycom.arsdigita.sitenode.ServletErrorReport

public class ServletErrorReport
extends ErrorReport

This is an advanced servlet error report generator which dumps practically all the information it can find about the servlet request to the logs. It also sets a request attribute containing the ACS Error Report (guru meditation) code.


Field Summary
static String GURU_ERROR_REPORT
           
static String GURU_MEDITATION_CODE
          The name of the Servlet request attribute which will contain the guru meditation code
 
Fields inherited from class com.arsdigita.logging.ErrorReport
versionId
 
Constructor Summary
ServletErrorReport(Throwable throwable, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.arsdigita.logging.ErrorReport
addSection, addSection, addSection, getGuruMeditationCode, getHostname, getReport, initializeAppender, logit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GURU_MEDITATION_CODE

public static final String GURU_MEDITATION_CODE
The name of the Servlet request attribute which will contain the guru meditation code

See Also:
Constant Field Values

GURU_ERROR_REPORT

public static final String GURU_ERROR_REPORT
See Also:
Constant Field Values
Constructor Detail

ServletErrorReport

public ServletErrorReport(Throwable throwable,
                          javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC