Interface ExceptionFilter<Instruction>
- All Known Implementing Classes:
ArrayOutOfBoundFilter
,CombinedExceptionFilter
,DummyFilter
,IgnoreExceptionsFilter
,NullPointerExceptionFilter
public interface ExceptionFilter<Instruction>
To filter exceptions you can implement this interface and use it in combination with
ExceptionFilter2EdgeFilter
. For more Details see package-info.- Author:
- Stephan Gocht
<stephan@gobro.de>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
alwaysThrowsException
(Instruction instruction) filteredExceptions
(Instruction instruction)
-
Method Details
-
alwaysThrowsException
- Returns:
- if the instruction does always throw an exception
-
filteredExceptions
- Returns:
- a list of exceptions, which have to be filtered for the given instruction
-