クラス ServerWebInputException

実装されたすべてのインターフェース:
SerializableSEErrorResponse
既知の直属サブクラス
MissingRequestValueExceptionUnsatisfiedRequestParameterExceptionWebExchangeBindException

public class ServerWebInputException extends ResponseStatusException
Spring Web アプリケーションで使用するためのレスポンスステータス 400(不正なリクエスト)に適合するエラーの例外。例外は追加のフィールドを提供します(たとえば、エラーに関連する場合はオプションの MethodParameter)。
導入:
5.0
作成者:
Rossen Stoyanchev
関連事項:
  • コンストラクターの詳細

  • メソッドの詳細

    • getMethodParameter

      @Nullable public MethodParameter getMethodParameter()
      このエラーに関連付けられている MethodParameter を返します(ある場合)。