Class UnSupportFilterDataTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iotdb.tsfile.exception.filter.UnSupportFilterDataTypeException
-
- All Implemented Interfaces:
Serializable
public class UnSupportFilterDataTypeException extends RuntimeException
Some wrong filter parameters invoke.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnSupportFilterDataTypeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnSupportFilterDataTypeException
public UnSupportFilterDataTypeException(String message)
-
-