Package org.apache.sling.validation
Class SlingValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.validation.SlingValidationException
- All Implemented Interfaces:
Serializable
Exception that is thrown for Validator inconsistencies, e.g. if a mandatory parameter for a validator is missing.
- See Also:
-
Constructor Summary
ConstructorDescriptionSlingValidationException
(String message) SlingValidationException
(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
-
SlingValidationException
-
SlingValidationException
-