|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.deploy.ErrorPage
Representation of an error page element for a web application,
as represented in a <error-page>
element in the
deployment descriptor.
コンストラクタの概要 | |
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 |
コンストラクタの詳細 |
public ErrorPage()
メソッドの詳細 |
public int getErrorCode()
public void setErrorCode(int errorCode)
errorCode
- The new error codepublic void setErrorCode(java.lang.String errorCode)
errorCode
- The new error codepublic java.lang.String getExceptionType()
public void setExceptionType(java.lang.String exceptionType)
exceptionType
- The new exception typepublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- The new locationpublic java.lang.String toString()
java.lang.Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |