Class NoMeasurementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.tsfile.exception.write.WriteProcessException
-
- org.apache.iotdb.tsfile.exception.write.NoMeasurementException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoMeasurementException extends WriteProcessException
This exception means it can not find the measurement while writing a TSRecord.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoMeasurementException(java.lang.String msg)
-