public static class ErrorRenderer.Error extends Object
| Modifier and Type | Method and Description |
|---|---|
Writer |
getErrorReport(Writer to,
javax.servlet.http.HttpServletRequest request,
CharTransformer escape) |
protected LinkedList<Throwable> |
getStack() |
String |
getTitle() |
protected String |
getTitle(Throwable t) |
void |
setRequestIgnore(String i) |
void |
setSessionIgnore(String i) |
void |
setShowSession(Boolean b) |
void |
setShowVersion(Boolean b) |
public int status
public final Throwable exception
public Error(int s,
Throwable e)
public void setShowSession(Boolean b)
public void setRequestIgnore(String i)
public void setSessionIgnore(String i)
public void setShowVersion(Boolean b)
protected LinkedList<Throwable> getStack()
public String getTitle()
public Writer getErrorReport(Writer to, javax.servlet.http.HttpServletRequest request, CharTransformer escape) throws IOException
IOExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}