public class DummyFilter<Instruction> extends java.lang.Object implements ExceptionFilter<Instruction>
| Constructor and Description |
|---|
DummyFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
alwaysThrowsException(Instruction instruction) |
java.util.Collection<FilteredException> |
filteredExceptions(Instruction instruction) |
public boolean alwaysThrowsException(Instruction instruction)
alwaysThrowsException in interface ExceptionFilter<Instruction>public java.util.Collection<FilteredException> filteredExceptions(Instruction instruction)
filteredExceptions in interface ExceptionFilter<Instruction>