Package org.apache.hadoop.hbase.filter
Class InvalidRowFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hbase.filter.InvalidRowFilterException
- All Implemented Interfaces:
Serializable
Used to indicate an invalid RowFilter.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionconstructorconstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
InvalidRowFilterException
public InvalidRowFilterException()constructor -
InvalidRowFilterException
constructor- Parameters:
s
- message
-