public class CombinedExceptionFilter<Instruction> extends java.lang.Object implements ExceptionFilter<Instruction>
ExceptionFilter| Constructor and Description |
|---|
CombinedExceptionFilter() |
CombinedExceptionFilter(java.util.Collection<ExceptionFilter<Instruction>> exceptionFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ExceptionFilter<Instruction> e) |
boolean |
addAll(java.util.Collection<? extends ExceptionFilter<Instruction>> c) |
boolean |
alwaysThrowsException(Instruction instruction) |
java.util.Collection<FilteredException> |
filteredExceptions(Instruction instruction) |
public CombinedExceptionFilter()
public CombinedExceptionFilter(java.util.Collection<ExceptionFilter<Instruction>> exceptionFilter)
public boolean add(ExceptionFilter<Instruction> e)
public boolean addAll(java.util.Collection<? extends ExceptionFilter<Instruction>> c)
public boolean alwaysThrowsException(Instruction instruction)
alwaysThrowsException in interface ExceptionFilter<Instruction>public java.util.Collection<FilteredException> filteredExceptions(Instruction instruction)
filteredExceptions in interface ExceptionFilter<Instruction>