public class ErrorView
extends java.lang.Object
Constructor and Description |
---|
ErrorView() |
Modifier and Type | Method and Description |
---|---|
static void |
show(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Exception source) |
static void |
show(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String title,
java.lang.CharSequence message) |
static void |
show(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String title,
java.lang.CharSequence message,
java.lang.String referer) |
public static void show(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Exception source) throws java.io.IOException
java.io.IOException
public static void show(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String title, java.lang.CharSequence message) throws java.io.IOException
request
- response
- title
- message
- java.io.IOException
public static void show(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String title, java.lang.CharSequence message, java.lang.String referer) throws java.io.IOException
request
- response
- title
- message
- referer
- java.io.IOException