Class SvgGalleryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hippoecm.frontend.plugins.gallery.model.GalleryException
-
- org.hippoecm.frontend.plugins.gallery.model.SvgGalleryException
-
- All Implemented Interfaces:
Serializable
public class SvgGalleryException extends GalleryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SvgGalleryException(String message, Throwable cause, SvgValidationResult validationResult)
SvgGalleryException(String message, SvgValidationResult validationResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SvgValidationResult
getValidationResult()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SvgGalleryException
public SvgGalleryException(String message, SvgValidationResult validationResult)
-
SvgGalleryException
public SvgGalleryException(String message, Throwable cause, SvgValidationResult validationResult)
-
-
Method Detail
-
getValidationResult
public SvgValidationResult getValidationResult()
-
-