Uses of Interface
org.apache.sling.validation.ValidationFailure
Packages that use ValidationFailure
-
Uses of ValidationFailure in org.apache.sling.validation
Methods in org.apache.sling.validation that return types with arguments of type ValidationFailureModifier 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
Classes in org.apache.sling.validation.spi.support that implement ValidationFailureModifier 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.Methods in org.apache.sling.validation.spi.support that return types with arguments of type ValidationFailureModifier and TypeMethodDescription@NotNull List<ValidationFailure>
DefaultValidationResult.getFailures()
Constructors in org.apache.sling.validation.spi.support with parameters of type ValidationFailure