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, servicepublic 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.GenericServletprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.