|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.ErrorData
Contains information about an error, for error pages. The information contained in this instance is meaningless if not used in the context of an error page. To indicate a JSP is an error page, the page author must set the isErrorPage attribute of the page directive to "true".
PageContext.getErrorData()
Constructor Summary | |
ErrorData(Throwable throwable,
int statusCode,
String uri,
String servletName)
Creates a new ErrorData object. |
Method Summary | |
String |
getRequestURI()
Returns the request URI. |
String |
getServletName()
Returns the name of the servlet invoked. |
int |
getStatusCode()
Returns the status code of the error. |
Throwable |
getThrowable()
Returns the Throwable that 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(Throwable throwable, int statusCode, String uri, String servletName)
throwable
- The Throwable that is the cause of the errorstatusCode
- The status code of the erroruri
- The request URIservletName
- The name of the servlet invokedMethod Detail |
public Throwable getThrowable()
public int getStatusCode()
public String getRequestURI()
public String getServletName()
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.