Class UnSupportedDataTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iotdb.tsfile.exception.TsFileRuntimeException
-
- org.apache.iotdb.tsfile.exception.write.UnSupportedDataTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnSupportedDataTypeException extends TsFileRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnSupportedDataTypeException(java.lang.String dataTypeName)
-