Package io.goobi.viewer.exceptions
Class CmsElementNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.PresentationException
io.goobi.viewer.exceptions.CmsElementNotFoundException
- All Implemented Interfaces:
Serializable
Exception to use when failing to retrieve CMS content.
- Author:
- Florian Alpers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCmsElementNotFoundException(String string) Creates a new CmsElementNotFoundException instance.CmsElementNotFoundException(String string, Throwable e) Creates a new CmsElementNotFoundException 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
-
CmsElementNotFoundException
Creates a new CmsElementNotFoundException instance.- Parameters:
string- detail message identifying the missing CMS elemente- cause of the lookup failure
-
CmsElementNotFoundException
Creates a new CmsElementNotFoundException instance.- Parameters:
string- detail message identifying the missing CMS element
-