com.google.cloud.bigtable.hbase.adapters.filters
Class UnsupportedFilterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- com.google.cloud.bigtable.hbase.adapters.filters.UnsupportedFilterException
-
- All Implemented Interfaces:
- Serializable
public class UnsupportedFilterException extends UnsupportedOperationException
An exception thrown when attempting to adapt unsupported filters.- Version:
- $Id: $Id
- Author:
- sduskis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UnsupportedFilterException(List<FilterSupportStatus> filterSupportStatuses)
Constructor for UnsupportedFilterException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description List<FilterSupportStatus>
getFilterSupportStatuses()
The failed FilterSupportStatus instances containing reason messages.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedFilterException
public UnsupportedFilterException(List<FilterSupportStatus> filterSupportStatuses)
Constructor for UnsupportedFilterException.- Parameters:
filterSupportStatuses
- aList
object.
-
-
Method Detail
-
getFilterSupportStatuses
public List<FilterSupportStatus> getFilterSupportStatuses()
The failed FilterSupportStatus instances containing reason messages.- Returns:
- a
List
object.
-
-