Package ome.codecs

Class MissingLibraryException

All Implemented Interfaces:
Serializable

public class MissingLibraryException extends CodecException
MissingLibraryException is the exception thrown when a particular data stream or filename requires a library that is not present on the system.
See Also:
  • Constructor Details

    • MissingLibraryException

      public MissingLibraryException()
    • MissingLibraryException

      public MissingLibraryException(String s)
    • MissingLibraryException

      public MissingLibraryException(String s, Throwable cause)
    • MissingLibraryException

      public MissingLibraryException(Throwable cause)