Class ResourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hippoecm.frontend.editor.plugins.resource.ResourceException
-
- All Implemented Interfaces:
Serializable
public class ResourceException extends Exception
Exception thrown when the resource helper validates resource data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceException(String message)
ResourceException(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
-
-