|
Préférences
Moteurs de recherche
|
||||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.servlet.jsp
|
|||||||||||||||||
| 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 invoked| Method Detail |
|---|
public Throwable getThrowable()
public int getStatusCode()
public String getRequestURI()
public String getServletName()