spring-framework / org.springframework.util / ExceptionTypeFilter

ExceptionTypeFilter

open class ExceptionTypeFilter : InstanceFilter<Class<out Throwable>>

An InstanceFilter implementation that handles exception types. A type will match against a given candidate if it is assignable to that candidate.

Author
Stephane Nicoll

Since
4.1

Constructors

<init>

ExceptionTypeFilter(includes: MutableCollection<out Class<out Throwable>>, excludes: MutableCollection<out Class<out Throwable>>, matchIfEmpty: Boolean)