|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.transaction.NotSupportedException
org.seasar.framework.exception.SNotSupportedException
Seasar2用のNotSupportedExceptionを返します。
| コンストラクタの概要 | |
SNotSupportedException(java.lang.String messageCode,
java.lang.Object[] args)
SNotSupportedExceptionを作成します。 |
|
| メソッドの概要 | |
java.lang.Object[] |
getArgs()
引数の配列を返します。 |
java.lang.String |
getMessageCode()
メッセージコードを返します。 |
| クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public SNotSupportedException(java.lang.String messageCode,
java.lang.Object[] args)
SNotSupportedExceptionを作成します。
messageCode - args - | メソッドの詳細 |
public java.lang.String getMessageCode()
public java.lang.Object[] getArgs()
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||