Class DataTypeMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.commons.exception.MetadataException
-
- org.apache.iotdb.db.exception.metadata.DataTypeMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataTypeMismatchException extends org.apache.iotdb.commons.exception.MetadataException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataTypeMismatchException(java.lang.String deviceName, java.lang.String measurementName, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType insertType, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType realType, long time, java.lang.Object value)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
Constructor Detail
-
DataTypeMismatchException
public DataTypeMismatchException(java.lang.String deviceName, java.lang.String measurementName, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType insertType, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType realType, long time, java.lang.Object value)
-
-