Package ome.codecs
Class MissingLibraryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ome.codecs.CodecException
-
- ome.codecs.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingLibraryException()
MissingLibraryException(String s)
MissingLibraryException(String s, Throwable cause)
MissingLibraryException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-