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

public class GalleryException extends Exception
Exception thrown when the image processor processes the image.
See Also:
  • Constructor Details

    • GalleryException

      public GalleryException(String message)
    • GalleryException

      public GalleryException(String message, Throwable cause)