Class StreamException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StreamDataObject.StreamConversionException

public class StreamException extends FlowException
ストリームで発生するExceptionです。
引数のコードにはExecuteInfoで宣言されているシンボルを使用します。
See Also:
  • Constructor Details

    • 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(String message)
      メッセージを引数とするコンストラクタ。コードからメッセージを作成しないので基本的には使用しないでください。 Bugtrack#855125
    • StreamException

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