org.apache.catalina.deploy
Class ErrorPage
java.lang.Object
org.apache.catalina.deploy.ErrorPage
- Serializable
public class ErrorPage
extends java.lang.Object
implements Serializable
Representation of an error page element for a web application,
as represented in a <error-page>
element in the
deployment descriptor.
Version:
- Craig R. McClanahan
getErrorCode
public int getErrorCode()
Return the error code.
getExceptionType
public String getExceptionType()
Return the exception type.
getLocation
public String getLocation()
Return the location.
setErrorCode
public void setErrorCode(String errorCode)
Set the error code (hack for default XmlMapper data type).
errorCode
- The new error code
setErrorCode
public void setErrorCode(int errorCode)
Set the error code.
errorCode
- The new error code
setExceptionType
public void setExceptionType(String exceptionType)
Set the exception type.
exceptionType
- The new exception type
setLocation
public void setLocation(String location)
Set the location.
location
- The new location
toString
public String toString()
Render a String representation of this object.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.