com.infoteria.asteria.flowlibrary2.stream
クラス StreamException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.infoteria.asteria.flowlibrary2.FlowException
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamException
- すべての実装インタフェース:
- Serializable
- public class StreamException
- extends FlowException
ストリームで発生するExceptionです。
引数のコードにはExecuteInfoで宣言されているシンボルを使用します。
- 関連項目:
- 直列化された形式
| クラス 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 |
StreamException
public StreamException(int code)
- コードを引数とするコンストラクタ
StreamException
public StreamException(int code,
Object o1)
- コードと置換文字列を引数とするコンストラクタ
StreamException
public StreamException(int code,
Object o1,
Object o2)
- コードと置換文字列を引数とするコンストラクタ
StreamException
public StreamException(int code,
Object o1,
Object o2,
Object o3)
- コードと置換文字列を引数とするコンストラクタ
StreamException
public StreamException(int code,
Exception e)
- コードとExceptionを引数とするコンストラクタ
StreamException
public StreamException(Exception e)
- 他のExceptionをラップするコンストラクタ