クラス BadlyFormattedFlowExecutionKeyException

実装済みのインターフェース一覧:
SerializableSE

public class BadlyFormattedFlowExecutionKeyException extends FlowExecutionRepositoryException
エンコードされたフロー実行キーの形式が不適切で解析できなかった場合にスローされます。
作成者:
Keith Donald, Erwin Vervaet
関連事項:
  • コンストラクターの詳細

    • BadlyFormattedFlowExecutionKeyException

      public BadlyFormattedFlowExecutionKeyException(StringSE invalidKey, StringSE format)
      不正な実行キー形式の例外を作成します。
      パラメーター:
      invalidKey - 無効なキー
      format - キーの形式
    • BadlyFormattedFlowExecutionKeyException

      public BadlyFormattedFlowExecutionKeyException(StringSE invalidKey, StringSE format, ThrowableSE cause)
      不正な実行キー形式の例外を作成します。
      パラメーター:
      invalidKey - 無効なキー
      format - キーの形式
      cause - 原因
  • メソッドの詳細

    • getInvalidKey

      public StringSE getInvalidKey()
      解析できなかったフロー実行の文字列キーを返します。
    • getFormat

      public StringSE getFormat()
      キーが本来あるべき形式を返します。