クラスの使用
org.springframework.validation.BindException
BindException を使用するパッケージ
パッケージ
説明
ビジネスや UI レイヤーで使用するためのデータバインディングおよび検証機能を提供します。
Web 固有のデータバインディング機能を提供します。
Web データバインディングのサポートクラス。
org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。MVC コントローラーのサポートパッケージ。
org.springframework.validation 内の BindException 使用
BindException をスローする org.springframework.validation のメソッドorg.springframework.web.bind 内の BindException 使用
org.springframework.web.bind.support 内の BindException 使用
BindException をスローする org.springframework.web.bind.support のメソッドorg.springframework.web.servlet.mvc.method.annotation 内の BindException 使用
型 BindException のパラメーターを持つ org.springframework.web.servlet.mvc.method.annotation のメソッド修飾子と型メソッド説明protected ResponseEntity<ObjectSE>ResponseEntityExceptionHandler.handleBindException(BindException ex, HttpHeaders headers, HttpStatusCode status, WebRequest request) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。org.springframework.web.servlet.mvc.support 内の BindException 使用
型 BindException のパラメーターを持つ org.springframework.web.servlet.mvc.support のメソッド修飾子と型メソッド説明protected ModelAndViewDefaultHandlerExceptionResolver.handleBindException(BindException ex, HttpServletRequestEE request, HttpServletResponseEE response, ObjectSE handler) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。6.0 では、ModelAttributeMethodProcessorがMethodArgumentNotValidExceptionのサブクラスを発生させるようになったため。
ModelAttributeMethodProcessorがMethodArgumentNotValidExceptionのサブクラスを発生させるようになったため。