Interface IValidationError

  • All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, Serializable
    All Known Implementing Classes:
    RawValidationError, ValidationError

    public interface IValidationError
    extends org.apache.wicket.util.io.IClusterable
    Interface representing a validation error.
    Since:
    1.2.6
    Author:
    Igor Vaynberg (ivaynberg)