Class TsFileRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iotdb.tsfile.exception.TsFileRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotCompatibleTsFileException,NullFieldException,PathParseException,StatisticsClassException,TsFileDecodingException,TsFileEncodingException,TsFileStatisticsMistakesException,UnknownColumnTypeException
public class TsFileRuntimeException extends RuntimeException
This Exception is the parent class for all runtime exceptions.
This Exception extends super classRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TsFileRuntimeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TsFileRuntimeException
public TsFileRuntimeException(String message)
-
-