Package ome.codecs
Class UnsupportedCompressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ome.codecs.CodecException
-
- ome.codecs.UnsupportedCompressionException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedCompressionException extends CodecException
UnsupportedCompressionException is the exception thrown when the compression scheme used in a particular file or stream is unsupported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCompressionException()
UnsupportedCompressionException(String s)
UnsupportedCompressionException(String s, Throwable cause)
UnsupportedCompressionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-