|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationError | |
---|---|
net.sf.jsefa.common.validator |
Uses of ValidationError in net.sf.jsefa.common.validator |
---|
Methods in net.sf.jsefa.common.validator that return ValidationError | |
---|---|
static ValidationError |
ValidationError.create(String errorCode,
String errorText,
ObjectPathElement... relativeObjectPathElements)
Constructs a new ValidationError . |
Methods in net.sf.jsefa.common.validator that return types with arguments of type ValidationError | |
---|---|
Collection<ValidationError> |
ValidationResult.getErrors()
|
Methods in net.sf.jsefa.common.validator with parameters of type ValidationError | |
---|---|
static ValidationResult |
ValidationResult.create(ValidationError... errors)
Creates a ValidationResult . |
Method parameters in net.sf.jsefa.common.validator with type arguments of type ValidationError | |
---|---|
static ValidationResult |
ValidationResult.create(Collection<ValidationError> errors)
Creates a ValidationResult . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |