Package ome.codecs
Class MissingLibraryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ome.codecs.CodecException
ome.codecs.MissingLibraryException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionMissingLibraryException(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
-
Constructor Details
-
MissingLibraryException
public MissingLibraryException() -
MissingLibraryException
-
MissingLibraryException
-
MissingLibraryException
-