org.apache.catalina.deploy
クラス ErrorPage

java.lang.Object
  |
  +--org.apache.catalina.deploy.ErrorPage

public final class ErrorPage
extends java.lang.Object

Representation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.

バージョン:
$Revision: 1.4 $ $Date: 2001/07/22 20:25:10 $
作成者:
Craig R. McClanahan

コンストラクタの概要
ErrorPage()
           
 
メソッドの概要
 int getErrorCode()
          Return the error code.
 java.lang.String getExceptionType()
          Return the exception type.
 java.lang.String getLocation()
          Return the location.
 void setErrorCode(int errorCode)
          Set the error code.
 void setErrorCode(java.lang.String errorCode)
          Set the error code (hack for default XmlMapper data type).
 void setExceptionType(java.lang.String exceptionType)
          Set the exception type.
 void setLocation(java.lang.String location)
          Set the location.
 java.lang.String toString()
          Render a String representation of this object.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ErrorPage

public ErrorPage()
メソッドの詳細

getErrorCode

public int getErrorCode()
Return the error code.

setErrorCode

public void setErrorCode(int errorCode)
Set the error code.
パラメータ:
errorCode - The new error code

setErrorCode

public void setErrorCode(java.lang.String errorCode)
Set the error code (hack for default XmlMapper data type).
パラメータ:
errorCode - The new error code

getExceptionType

public java.lang.String getExceptionType()
Return the exception type.

setExceptionType

public void setExceptionType(java.lang.String exceptionType)
Set the exception type.
パラメータ:
exceptionType - The new exception type

getLocation

public java.lang.String getLocation()
Return the location.

setLocation

public void setLocation(java.lang.String location)
Set the location.
パラメータ:
location - The new location

toString

public java.lang.String toString()
Render a String representation of this object.
オーバーライド:
クラス java.lang.Object 内の toString


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.