| Package | Description |
|---|---|
| com.holonplatform.core | |
| com.holonplatform.core.internal | |
| com.holonplatform.core.property |
| Modifier and Type | Method and Description |
|---|---|
Collection<Validator.ValidationException> |
Validator.ValidationException.getCauses()
Get the
Validator.ValidationExceptions that caused this exception. |
| Modifier and Type | Method and Description |
|---|---|
void |
Validator.validate(T value)
Validate given
value. |
default void |
Validator.Validatable.validate(T value)
Checks the validity of the given
value against every registered validator, if any. |
| Constructor and Description |
|---|
ValidationException(Localizable message,
Validator.ValidationException... causes)
Constructor with message and causes.
|
ValidationException(String message,
Validator.ValidationException... causes)
Constructor with message and causes.
|
ValidationException(Validator.ValidationException... causes)
Constructor with causes.
|
| Constructor and Description |
|---|
ValidationException(Collection<Validator.ValidationException> causes)
Constructor with causes.
|
ValidationException(Localizable message,
Collection<Validator.ValidationException> causes)
Constructor with message and causes.
|
ValidationException(String message,
Collection<Validator.ValidationException> causes)
Constructor with message and causes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultValidator.validate(T value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyBox.validate()
Checks the validity of the value of each property in the box against every registered property validator, if any.
|
Copyright © 2019 The Holon Platform. All rights reserved.