クラス 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コンストラクターの概要
コンストラクターコンストラクター説明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 に関連付けられている実際のパラメーターマップを返します。