クラス UnsatisfiedServletRequestParameterException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
jakarta.servlet.ServletException
org.springframework.web.bind.ServletRequestBindingException
org.springframework.web.bind.UnsatisfiedServletRequestParameterException
- 実装されたすべてのインターフェース:
SerializableSE
,ErrorResponse
通常、
@Controller
型レベルで @RequestMapping
アノテーションを使用して表現される、満たされていないパラメーター条件を示す ServletRequestBindingException
サブクラス。- 導入:
- 3.0
- 作成者:
- Juergen Hoeller
- 関連事項:
ネストされたクラスのサマリー
インターフェース org.springframework.web.ErrorResponse から継承されたネストクラス / インターフェース
ErrorResponse.Builder, ErrorResponse.Interceptor
コンストラクターのサマリー
コンストラクターコンストラクター説明UnsatisfiedServletRequestParameterException
(StringSE[] paramConditions, MapSE<StringSE, StringSE[]> actualParams) 新しい UnsatisfiedServletRequestParameterException を作成します。UnsatisfiedServletRequestParameterException
(ListSE<StringSE[]> paramConditions, MapSE<StringSE, StringSE[]> actualParams) 新しい UnsatisfiedServletRequestParameterException を作成します。方法の概要
修飾子と型メソッド説明ServletRequest に関連付けられている実際のパラメーターマップを返します。違反したすべてのパラメーター条件グループを返します。final StringSE[]
違反したパラメーター条件、または複数のグループの場合は最初のグループを返します。クラス org.springframework.web.bind.ServletRequestBindingException から継承されたメソッド
getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode
クラス jakarta.servlet.ServletExceptionEE から継承されたメソッド
getRootCauseEE
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSE
インターフェース org.springframework.web.ErrorResponse から継承されたメソッド
getDetailMessageArguments, getHeaders, getTitleMessageCode, getTypeMessageCode, updateAndGetBody
コンストラクターの詳細
UnsatisfiedServletRequestParameterException
public UnsatisfiedServletRequestParameterException(StringSE[] paramConditions, MapSE<StringSE, StringSE[]> actualParams) 新しい UnsatisfiedServletRequestParameterException を作成します。- パラメーター:
paramConditions
- 違反したパラメーター条件actualParams
- ServletRequest に関連付けられている実際のパラメーターマップ
UnsatisfiedServletRequestParameterException
public UnsatisfiedServletRequestParameterException(ListSE<StringSE[]> paramConditions, MapSE<StringSE, StringSE[]> actualParams) 新しい UnsatisfiedServletRequestParameterException を作成します。- パラメーター:
paramConditions
- 違反したパラメーター条件のすべてのセットactualParams
- ServletRequest に関連付けられている実際のパラメーターマップ- 導入:
- 4.2
メソッドの詳細
getMessage
- オーバーライド:
- クラス
ThrowableSE
のgetMessage
getParamConditions
違反したパラメーター条件、または複数のグループの場合は最初のグループを返します。getParamConditionGroups
違反したすべてのパラメーター条件グループを返します。- 導入:
- 4.2
- 関連事項:
getActualParams
ServletRequest に関連付けられている実際のパラメーターマップを返します。