Class TsFileRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iotdb.tsfile.exception.TsFileRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NotCompatibleTsFileException,NullFieldException,PathParseException,StatisticsClassException,TsFileDecodingException,TsFileEncodingException,TsFileStatisticsMistakesException,UnknownColumnTypeException,UnSupportedDataTypeException
public class TsFileRuntimeException extends java.lang.RuntimeExceptionThis Exception is the parent class for all runtime exceptions.
This Exception extends super classRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TsFileRuntimeException(java.lang.String message)
-