Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 650 Bytes

exception-filter.adoc

File metadata and controls

12 lines (9 loc) · 650 Bytes

Exception Filter

Purpose: Filters messages according to the type of an exception.

Minimum Configuration: The class that indicates the type of the exception.

Discussion: An Exception Filter matches on the type of an exception. You supply the class indicating the exception type to the Expected Type property. For example, for a runtime exception type, you might set Expected Type to java.lang.RuntimeException. You can enter the class name or browse to it.