|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.infoteria.asteria.flowlibrary2.FlowException
|
+--com.infoteria.asteria.flowlibrary2.component.ComponentException
コンポーネントの実行中に発生するExceptionです。
| クラス com.infoteria.asteria.flowlibrary2.FlowException から継承したフィールド |
STATE_DEFAULT |
| コンストラクタの概要 | |
ComponentException(Exception e)
推奨されていません。 できるだけエラーコードを指定するコンストラクタを使用してください。 |
|
ComponentException(Exception e,
int state)
推奨されていません。 できるだけエラーコードを指定するコンストラクタを使用してください。 |
|
ComponentException(Exception e,
int state,
String errorCode)
他のExceptionをラップし、Stateとエラーコードを指定するコンストラクタ |
|
ComponentException(Exception e,
String errorCode)
他のExceptionをラップし、エラーコードを指定するコンストラクタ |
|
ComponentException(String message)
推奨されていません。 できるだけエラーコードを指定するコンストラクタを使用してください。 |
|
ComponentException(String message,
int state)
推奨されていません。 できるだけエラーコードを指定するコンストラクタを使用してください。 |
|
ComponentException(String message,
int state,
String errorCode)
エラーメッセージとStateとエラーコードを引数とするコンストラクタ |
|
ComponentException(String message,
String errorCode)
エラーメッセージとエラーコードを引数とするコンストラクタ |
|
| クラス com.infoteria.asteria.flowlibrary2.FlowException から継承したメソッド |
addParam, getComponent, getComponentName, getErrorCode, getMessageWithComponentName, getObject, getOriginalException, getParam, getParam, getParamCount, getParamName, getParams, getState, getStream, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setObject, setOriginalException, setState, setStream |
| クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public ComponentException(String message)
public ComponentException(String message,
int state)
public ComponentException(String message,
String errorCode)
public ComponentException(String message,
int state,
String errorCode)
public ComponentException(Exception e)
public ComponentException(Exception e,
int state)
public ComponentException(Exception e,
String errorCode)
public ComponentException(Exception e,
int state,
String errorCode)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||