Package ome.codecs

Class CodecException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingLibraryException, UnsupportedCompressionException

public class CodecException extends Exception
CodecException is the exception thrown when something goes wrong performing a file format operation.
See Also:
  • Constructor Details

    • CodecException

      public CodecException()
    • CodecException

      public CodecException(String s)
    • CodecException

      public CodecException(String s, Throwable cause)
    • CodecException

      public CodecException(Throwable cause)