Package io.goobi.viewer.exceptions
Class ModuleMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.ModuleMissingException
- All Implemented Interfaces:
Serializable
Thrown when a required Goobi viewer module is not installed or not available at runtime.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModuleMissingException(String string) Creates a new ModuleMissingException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleMissingException
Creates a new ModuleMissingException instance.- Parameters:
string-String
-