spring-framework / org.springframework.web.bind.annotation / ExceptionHandler / value

value

val value: Array<KClass<out Throwable>>

Exceptions handled by the annotated method. If empty, will default to any exceptions listed in the method argument list.