Class FilteredException
java.lang.Object
com.ibm.wala.ipa.cfg.exceptionpruning.FilteredException
FilteredException represents either a single exception or an exception and all its subclasses.
- Author:
- Stephan Gocht
<stephan@gobro.de>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFilteredException
(TypeReference exception) FilteredException
(TypeReference exception, boolean isSubclassFiltered) -
Method Summary
-
Field Details
-
FILTER_SUBCLASSES
public static final boolean FILTER_SUBCLASSES- See Also:
-
-
Constructor Details
-
FilteredException
-
FilteredException
-
-
Method Details
-
getException
-
isSubclassFiltered
public boolean isSubclassFiltered()
-