|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.struts.tiles.TilesException
Root class for all Tiles-exceptions.
| フィールドの概要 | |
private java.lang.Exception |
exception
Any "wrapped" exception will be exposed when this is serialized. |
| クラス java.lang.Exception から継承したフィールド |
|
| クラス java.lang.Throwable から継承したフィールド |
|
| コンストラクタの概要 | |
TilesException()
Constructor. |
|
TilesException(java.lang.Exception e)
Create a new TilesException wrapping an existing exception.
|
|
TilesException(java.lang.String message)
Constructor. |
|
TilesException(java.lang.String message,
java.lang.Exception e)
Create a new TilesException from an existing exception.
|
|
| メソッドの概要 | |
java.lang.Exception |
getException()
Return the embedded exception, if any. |
java.lang.String |
getMessage()
Return a detail message for this exception. |
| クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
private java.lang.Exception exception
| コンストラクタの詳細 |
public TilesException()
public TilesException(java.lang.String message)
message - The error or warning message.public TilesException(java.lang.Exception e)
TilesException wrapping an existing exception.
The existing exception will be embedded in the new one, and its message will become the default message for the TilesException.
e - The exception to be wrapped.
public TilesException(java.lang.String message,
java.lang.Exception e)
TilesException from an existing exception.
The existing exception will be embedded in the new one, but the new exception will have its own message.
message - The detail message.e - The exception to be wrapped.| メソッドの詳細 |
public java.lang.String getMessage()
If there is a embedded exception, and if the TilesException has no detail message of its own, this method will return the detail message from the embedded exception.
public java.lang.Exception getException()
null if there is none.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||