|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.IllegalStateException
org.seasar.jca.exception.SIllegalStateException
public class SIllegalStateException
MessageFormatterを使用してメッセージを組み立てるIllegalStateExceptionです.
| フィールドの概要 | |
|---|---|
protected Object[] |
args
メッセージ中に埋め込む引数 |
protected String |
messageCode
メッセージコード |
| コンストラクタの概要 | |
|---|---|
SIllegalStateException(String messageCode)
インスタンスを構築します. |
|
SIllegalStateException(String messageCode,
Object[] args)
インスタンスを構築します. |
|
SIllegalStateException(String messageCode,
Object[] args,
Throwable cause)
インスタンスを構築します. |
|
| メソッドの概要 | |
|---|---|
Object[] |
getArgs()
メッセージ中に埋め込む引数を返します. |
String |
getMessageCode()
メッセージコードを返します. |
| クラス javax.resource.ResourceException から継承されたメソッド |
|---|
getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString |
| クラス java.lang.Throwable から継承されたメソッド |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
protected String messageCode
protected Object[] args
| コンストラクタの詳細 |
|---|
public SIllegalStateException(String messageCode)
messageCode - メッセージコード
public SIllegalStateException(String messageCode,
Object[] args)
messageCode - メッセージコードargs - メッセージ中に埋め込む引数
public SIllegalStateException(String messageCode,
Object[] args,
Throwable cause)
messageCode - メッセージコードargs - メッセージ中に埋め込む引数cause - この例外の原因となった例外| メソッドの詳細 |
|---|
public String getMessageCode()
public Object[] getArgs()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||