Class StreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.infoteria.asteria.flowlibrary2.FlowException
com.infoteria.asteria.flowlibrary2.stream.StreamException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StreamDataObject.StreamConversionException
ストリームで発生するExceptionです。
引数のコードには
引数のコードには
ExecuteInfoで宣言されているシンボルを使用します。- See Also:
-
Field Summary
Fields inherited from class com.infoteria.asteria.flowlibrary2.FlowException
STATE_DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionStreamException(int code) コードを引数とするコンストラクタStreamException(int code, Exception e) コードとExceptionを引数とするコンストラクタStreamException(int code, Object o1) コードと置換文字列を引数とするコンストラクタStreamException(int code, Object o1, Object o2) コードと置換文字列を引数とするコンストラクタStreamException(int code, Object o1, Object o2, Object o3) コードと置換文字列を引数とするコンストラクタ他のExceptionをラップするコンストラクタStreamException(String message) メッセージを引数とするコンストラクタ。コードからメッセージを作成しないので基本的には使用しないでください。 Bugtrack#855125 -
Method Summary
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, setStreamMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
StreamException
public StreamException(int code) コードを引数とするコンストラクタ -
StreamException
コードと置換文字列を引数とするコンストラクタ -
StreamException
コードと置換文字列を引数とするコンストラクタ -
StreamException
コードと置換文字列を引数とするコンストラクタ -
StreamException
コードとExceptionを引数とするコンストラクタ -
StreamException
メッセージを引数とするコンストラクタ。コードからメッセージを作成しないので基本的には使用しないでください。 Bugtrack#855125 -
StreamException
他のExceptionをラップするコンストラクタ
-