クラス BadlyFormattedFlowExecutionKeyException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
- 実装済みのインターフェース一覧:
SerializableSE
エンコードされたフロー実行キーの形式が不適切で解析できなかった場合にスローされます。
- 作成者:
- Keith Donald, Erwin Vervaet
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明BadlyFormattedFlowExecutionKeyException(StringSE invalidKey, StringSE format) 不正な実行キー形式の例外を作成します。BadlyFormattedFlowExecutionKeyException(StringSE invalidKey, StringSE format, ThrowableSE cause) 不正な実行キー形式の例外を作成します。方法の概要
修飾子と型メソッド説明キーが本来あるべき形式を返します。解析できなかったフロー実行の文字列キーを返します。クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
BadlyFormattedFlowExecutionKeyException
不正な実行キー形式の例外を作成します。- パラメーター:
invalidKey- 無効なキーformat- キーの形式
BadlyFormattedFlowExecutionKeyException
public BadlyFormattedFlowExecutionKeyException(StringSE invalidKey, StringSE format, ThrowableSE cause) 不正な実行キー形式の例外を作成します。- パラメーター:
invalidKey- 無効なキーformat- キーの形式cause- 原因
メソッドの詳細
getInvalidKey
解析できなかったフロー実行の文字列キーを返します。getFormat
キーが本来あるべき形式を返します。