com.infoteria.asteria.flowlibrary2.stream
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:
java.io.Serializable

public class StreamException
extends FlowException

ストリームで発生するExceptionです。
引数のコードにはExecuteInfoで宣言されているシンボルを使用します。

See Also:
Serialized Form

Fields inherited from class com.infoteria.asteria.flowlibrary2.FlowException
STATE_DEFAULT
 
Constructor Summary
StreamException(java.lang.Exception e)
          他のExceptionをラップするコンストラクタ
StreamException(int code)
          コードを引数とするコンストラクタ
StreamException(int code, java.lang.Exception e)
          コードとExceptionを引数とするコンストラクタ
StreamException(int code, java.lang.Object o1)
          コードと置換文字列を引数とするコンストラクタ
StreamException(int code, java.lang.Object o1, java.lang.Object o2)
          コードと置換文字列を引数とするコンストラクタ
StreamException(int code, java.lang.Object o1, java.lang.Object o2, java.lang.Object o3)
          コードと置換文字列を引数とするコンストラクタ
 
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

StreamException

public StreamException(int code)
コードを引数とするコンストラクタ

StreamException

public StreamException(int code,
                       java.lang.Object o1)
コードと置換文字列を引数とするコンストラクタ

StreamException

public StreamException(int code,
                       java.lang.Object o1,
                       java.lang.Object o2)
コードと置換文字列を引数とするコンストラクタ

StreamException

public StreamException(int code,
                       java.lang.Object o1,
                       java.lang.Object o2,
                       java.lang.Object o3)
コードと置換文字列を引数とするコンストラクタ

StreamException

public StreamException(int code,
                       java.lang.Exception e)
コードとExceptionを引数とするコンストラクタ

StreamException

public StreamException(java.lang.Exception e)
他のExceptionをラップするコンストラクタ