Class DefaultValidationFailure

java.lang.Object
org.apache.sling.validation.spi.support.DefaultValidationFailure
All Implemented Interfaces:
Serializable, ValidationFailure

@ProviderType public final class DefaultValidationFailure extends Object implements ValidationFailure, Serializable
Wraps a message key (being looked up in a ResourceBundle), messageArguments (being used with MessageFormat.format(String, Object...) and the location where the validation failure occurred.
See Also: