|
Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.catalina.deploy.ErrorPage
public class ErrorPage
Representation of an error page element for a web application,
as represented in a <error-page> element in the
deployment descriptor.
| Constructor Summary | |
|---|---|
ErrorPage()
|
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Return the error code. |
String |
getExceptionType()
Return the exception type. |
String |
getLocation()
Return the location. |
String |
getName()
|
void |
setErrorCode(int errorCode)
Set the error code. |
void |
setErrorCode(String errorCode)
Set the error code (hack for default XmlMapper data type). |
void |
setExceptionType(String exceptionType)
Set the exception type. |
void |
setLocation(String location)
Set the location. |
String |
toString()
Render a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorPage()
| Method Detail |
|---|
public int getErrorCode()
public void setErrorCode(int errorCode)
errorCode - The new error codepublic void setErrorCode(String errorCode)
errorCode - The new error codepublic String getExceptionType()
public void setExceptionType(String exceptionType)
exceptionType - The new exception typepublic String getLocation()
public void setLocation(String location)
location - The new locationpublic String toString()
toString in class Objectpublic String getName()
|
Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||