|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception jp.go.nict.langrid.bpel.ProcessAnalysisException
public class ProcessAnalysisException
プロセスの解析に失敗した場合に発生する例外。
コンストラクタの概要 | |
---|---|
ProcessAnalysisException(String message)
コンストラクタ。 |
|
ProcessAnalysisException(String message,
Throwable cause)
コンストラクタ。 |
|
ProcessAnalysisException(Throwable cause)
コンストラクタ。 |
メソッドの概要 |
---|
クラス 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 ProcessAnalysisException(String message)
message
- メッセージpublic ProcessAnalysisException(Throwable cause)
cause
- 原因となった例外public ProcessAnalysisException(String message, Throwable cause)
message
- メッセージcause
- 原因となった例外
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |