|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.ErrorData
public final class ErrorData
Information about an error for error pages.
| Constructor Summary | |
|---|---|
ErrorData(java.lang.Throwable throwable,
int statusCode,
java.lang.String uri,
java.lang.String servletName)
Create a new errorData object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getRequestURI()
Returns the error's request URI. |
java.lang.String |
getServletName()
Returns the error's servlet-name. |
int |
getStatusCode()
Returns the error's status code |
java.lang.Throwable |
getThrowable()
Returns the Throwable which caused the error |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorData(java.lang.Throwable throwable,
int statusCode,
java.lang.String uri,
java.lang.String servletName)
| Method Detail |
|---|
public java.lang.String getRequestURI()
public java.lang.String getServletName()
public int getStatusCode()
public java.lang.Throwable getThrowable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||