|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.infoteria.asteria.flowlibrary2.FlowException | +--com.infoteria.asteria.flowlibrary2.component.ComponentException
コンポーネントの実行中に発生するExceptionです。
Fields inherited from class com.infoteria.asteria.flowlibrary2.FlowException |
STATE_DEFAULT |
Constructor Summary | |
ComponentException(Exception e)
Deprecated. できるだけエラーコードを指定するコンストラクタを使用してください。 |
|
ComponentException(Exception e,
int state)
Deprecated. できるだけエラーコードを指定するコンストラクタを使用してください。 |
|
ComponentException(Exception e,
int state,
String errorCode)
他のExceptionをラップし、Stateとエラーコードを指定するコンストラクタ |
|
ComponentException(Exception e,
String errorCode)
他のExceptionをラップし、エラーコードを指定するコンストラクタ |
|
ComponentException(String message)
Deprecated. できるだけエラーコードを指定するコンストラクタを使用してください。 |
|
ComponentException(String message,
int state)
Deprecated. できるだけエラーコードを指定するコンストラクタを使用してください。 |
|
ComponentException(String message,
int state,
String errorCode)
エラーメッセージとStateとエラーコードを引数とするコンストラクタ |
|
ComponentException(String message,
String errorCode)
エラーメッセージとエラーコードを引数とするコンストラクタ |
Methods inherited from class com.infoteria.asteria.flowlibrary2.FlowException |
addParam, getComponent, getComponentName, getErrorCode, getMessageWithComponentName, getObject, getOriginalException, getParam, getParam, getParamCount, getParamName, getParams, getRootException, getRootFlowException, getState, getStream, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setObject, setOriginalException, setState, setStream |
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |