Class DataTypeMismatchException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataTypeMismatchException
    extends org.apache.iotdb.commons.exception.MetadataException
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.iotdb.commons.exception.IoTDBException

        errorCode, isUserException
    • 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)