クラス ResultHandlerNotFoundException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.shell.result.ResultHandlingException
org.springframework.shell.result.ResultHandlerNotFoundException
- 実装されたすべてのインターフェース:
SerializableSE
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明ResultHandlerNotFoundException
(org.springframework.core.convert.TypeDescriptor resultType) 新しい処理エグゼキュータが見つからない例外を作成します。メソッドのサマリー
修飾子と型メソッド説明org.springframework.core.convert.TypeDescriptor
変換元としてリクエストされたソース型を返します。クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
ResultHandlerNotFoundException
public ResultHandlerNotFoundException(@Nullable org.springframework.core.convert.TypeDescriptor resultType) 新しい処理エグゼキュータが見つからない例外を作成します。- パラメーター:
resultType
- から処理するようにリクエストされた結果の型
メソッドの詳細
getResultType
@Nullable public org.springframework.core.convert.TypeDescriptor getResultType()変換元としてリクエストされたソース型を返します。