Package io.goobi.viewer.exceptions
Class CmsEditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.PresentationException
io.goobi.viewer.exceptions.CmsEditException
- All Implemented Interfaces:
Serializable
Exception to throw if an invalid state is reached when editing/creating a cms page.
- Author:
- Florian Alpers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCmsEditException(String string) Creates a new CmsEditException instance.CmsEditException(String string, Throwable e) Creates a new CmsEditException 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
-
CmsEditException
Creates a new CmsEditException instance.- Parameters:
string- detail message describing the invalid edit statee- cause of the edit failure
-
CmsEditException
Creates a new CmsEditException instance.- Parameters:
string- detail message describing the invalid edit state
-