Package io.goobi.viewer.exceptions
Class ArchiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.PresentationException
io.goobi.viewer.exceptions.ArchiveException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArchiveConfigurationException
,ArchiveConnectionException
,ArchiveParseException
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
ArchiveException
(String message, String resourceName) protected
ArchiveException
(String message, String resourceName, Throwable e) -
Method Summary
Modifier and TypeMethodDescriptionprotected static String
createMessage
(String message, String... replacements) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArchiveException
- Parameters:
message
-resourceName
-e
-
-
ArchiveException
- Parameters:
message
-resourceName
-
-
-
Method Details
-
createMessage
- Parameters:
message
-replacements
-- Returns:
- Updated message
-