Class CompressionTypeNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iotdb.tsfile.exception.compress.CompressionTypeNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class CompressionTypeNotSupportedException extends RuntimeException
This 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(String codecType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getCodecClass()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-