public class FilteredException
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
FILTER_SUBCLASSES |
| Constructor and Description |
|---|
FilteredException(TypeReference exception) |
FilteredException(TypeReference exception,
boolean isSubclassFiltered) |
| Modifier and Type | Method and Description |
|---|---|
TypeReference |
getException() |
boolean |
isSubclassFiltered() |
public static final boolean FILTER_SUBCLASSES
public FilteredException(TypeReference exception)
public FilteredException(TypeReference exception, boolean isSubclassFiltered)
public TypeReference getException()
public boolean isSubclassFiltered()