Package org.netbeans.validation.api
package org.netbeans.validation.api
-
ClassDescriptionConvenience base class for validators.A separate exception class for invalid user (or stored values).Represents a problem produced by a validator.A collection of problems, to which a Validator can add additional problems.enum indicating
Severity, used for classifyingProbleminstances.Interface for things that are able to validate themselves, such as email addresses.Validator<T>Validator that can validate some aspect of a component's model, and indicate problems to the user.Some utilities for manipulating and creating new Validators, useful in many situations.