public class MissingMatrixVariableException extends ServletRequestBindingException
@RequestMapping メソッドのメソッドパラメーターで予期されるマトリックス変数が、URL から抽出されたマトリックス変数の中に存在しないことを示す ServletRequestBindingException サブクラス。MissingPathVariableException, 連載形式 | コンストラクターと説明 |
|---|
MissingMatrixVariableException(StringSE variableName, MethodParameter parameter)MissingMatrixVariableException のコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getMessage() ネストされた例外がある場合は、その例外からのメッセージを含む詳細メッセージを返します。 |
MethodParameter | getParameter() マトリックス変数にバインドされたメソッドパラメーターを返します。 |
StringSE | getVariableName() マトリックス変数の予想される名前を返します。 |
getRootCauseEEaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic MissingMatrixVariableException(StringSE variableName, MethodParameter parameter)
variableName - 欠落しているマトリックス変数の名前 parameter - メソッドパラメーター public StringSE getMessage()
NestedServletExceptionNestedServletException の getMessage public final StringSE getVariableName()
public final MethodParameter getParameter()