クラス UnsatisfiedRequestParameterException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.web.ErrorResponseException
org.springframework.web.server.ResponseStatusException
org.springframework.web.server.ServerWebInputException
org.springframework.web.server.UnsatisfiedRequestParameterException
- 実装されているすべてのインターフェース:
SerializableSE, ErrorResponse
通常、
@Controller 型レベルで @RequestMapping アノテーションを使用して表現される、満たされていないパラメーター条件を示す ServerWebInputException サブクラス。- 導入:
- 6.0
- 作成者:
- Rossen Stoyanchev
- 関連事項:
ネストされたクラスの要約
インターフェース ErrorResponse から継承されたネストクラス / インターフェース
ErrorResponse.Builder, ErrorResponse.Interceptorコンストラクターの概要
コンストラクターコンストラクター説明UnsatisfiedRequestParameterException(ListSE<StringSE> conditions, MultiValueMap<StringSE, StringSE> params) メソッドのサマリー
修飾子と型メソッド説明満たされていない条件の文字列表現を返します。実際のリクエストパラメーターを返します。クラス ServerWebInputException から継承されたメソッド
getMethodParameterクラス ResponseStatusException から継承されたメソッド
getHeaders, getMessage, getReason, updateAndGetBodyクラス ErrorResponseException から継承されたメソッド
getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setTypeクラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCauseクラス ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSEインターフェース ErrorResponse から継承されたメソッド
getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
コンストラクターの詳細
UnsatisfiedRequestParameterException
public UnsatisfiedRequestParameterException(ListSE<StringSE> conditions, MultiValueMap<StringSE, StringSE> params)
メソッドの詳細
getConditions
getRequestParams
実際のリクエストパラメーターを返します。