Uses of Interface
org.apache.sling.validation.ValidationFailure
-
Uses of ValidationFailure in org.apache.sling.validation
Modifier and TypeMethodDescription@NotNull List<ValidationFailure>
ValidationResult.getFailures()
In case the validation failed (check theValidationResult.isValid()
method), this method returns the failure's causes. -
Uses of ValidationFailure in org.apache.sling.validation.spi.support
Modifier and TypeClassDescriptionfinal class
Wraps a message key (being looked up in aResourceBundle
), messageArguments (being used withMessageFormat.format(String, Object...)
and the location where the validation failure occurred.Modifier and TypeMethodDescription@NotNull List<ValidationFailure>
DefaultValidationResult.getFailures()