Class InvalidResourcePostProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.validation.impl.postprocessor.InvalidResourcePostProcessorException
- All Implemented Interfaces:
Serializable
Exception embedding a
ValidationResult
from Sling Validation.- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidResourcePostProcessorException
(ValidationResult result, ResourceBundle resourceBundle) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidResourcePostProcessorException
public InvalidResourcePostProcessorException(@Nonnull ValidationResult result, ResourceBundle resourceBundle)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-