@InternalApi(value="For internal usage only") public class UnsupportedFilterException extends UnsupportedOperationException
For internal use only - public for technical reasons.
| Constructor and Description |
|---|
UnsupportedFilterException(List<FilterSupportStatus> filterSupportStatuses)
Constructor for UnsupportedFilterException.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterSupportStatus> |
getFilterSupportStatuses()
The failed FilterSupportStatus instances containing reason messages.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedFilterException(List<FilterSupportStatus> filterSupportStatuses)
filterSupportStatuses - a List object.public List<FilterSupportStatus> getFilterSupportStatuses()
List object.