public class IgnoreExceptionsFilter extends java.lang.Object implements ExceptionFilter<SSAInstruction>
| Constructor and Description |
|---|
IgnoreExceptionsFilter(java.util.Collection<TypeReference> toBeIgnored)
All given exceptions and subclasses will be ignored.
|
IgnoreExceptionsFilter(TypeReference toBeIgnored)
The given exception and subclasses will be ignored.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
alwaysThrowsException(SSAInstruction instruction) |
java.util.Collection<FilteredException> |
filteredExceptions(SSAInstruction instruction) |
public IgnoreExceptionsFilter(java.util.Collection<TypeReference> toBeIgnored)
public IgnoreExceptionsFilter(TypeReference toBeIgnored)
public boolean alwaysThrowsException(SSAInstruction instruction)
alwaysThrowsException in interface ExceptionFilter<SSAInstruction>public java.util.Collection<FilteredException> filteredExceptions(SSAInstruction instruction)
filteredExceptions in interface ExceptionFilter<SSAInstruction>