Class GalleryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hippoecm.frontend.plugins.gallery.model.GalleryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SvgGalleryException
,SvgOnLoadGalleryException
,SvgScriptGalleryException
Exception thrown when the image processor processes the image.
- See Also:
-
Constructor Summary
ConstructorDescriptionGalleryException
(String message) GalleryException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GalleryException
-
GalleryException
-