public class ErrorServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
ERROR_EXCEPTION |
static String |
ERROR_EXCEPTION_TYPE |
static String |
ERROR_MESSAGE |
static String |
ERROR_REQUEST_URI |
static String |
ERROR_SERVLET_NAME |
static String |
ERROR_STATUS_CODE |
Constructor and Description |
---|
ErrorServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init() |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public static final String ERROR_EXCEPTION
public static final String ERROR_EXCEPTION_TYPE
public static final String ERROR_MESSAGE
public static final String ERROR_REQUEST_URI
public static final String ERROR_SERVLET_NAME
public static final String ERROR_STATUS_CODE
public void init()
init
in class javax.servlet.GenericServlet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
This work is licensed under a Creative Commons Attribution 4.0 International License.