Class CompressionTypeNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iotdb.tsfile.exception.compress.CompressionTypeNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class CompressionTypeNotSupportedException extends java.lang.RuntimeExceptionThis exception will be thrown when the codec is not supported by tsfile, meaning there is no matching type defined in CompressionCodecName.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompressionTypeNotSupportedException(java.lang.String codecType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>getCodecClass()
-