Package io.goobi.viewer.exceptions
Class PresentationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.PresentationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AjaxResponseException
,ArchiveException
,ArchiveSizeExceededException
,CmsEditException
,CmsElementNotFoundException
,ContentTypeException
,DownloadException
,UploadException
PresentationException class.
- See Also:
-
Constructor Summary
ConstructorDescriptionPresentationException
(String string) Constructor for PresentationException.PresentationException
(String string, Object... args) PresentationException
(String string, Throwable e) Constructor for PresentationException.PresentationException
(Throwable e, String string, Object... args) Constructor for PresentationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PresentationException
Constructor for PresentationException.
- Parameters:
string
-String
-
PresentationException
Constructor for PresentationException.
-
PresentationException
Constructor for PresentationException.
-
PresentationException
-