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 SummaryConstructorsConstructorDescriptionPresentationException(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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PresentationExceptionConstructor for PresentationException. - Parameters:
- string-- String
 
- 
PresentationExceptionConstructor for PresentationException. 
- 
PresentationExceptionConstructor for PresentationException. 
- 
PresentationException
 
-