| Interface | Description |
|---|---|
| ExceptionFactory |
A factory for
Exceptions which represents
a validations which failed. |
| MultipleValidationResult |
A specialization of
ValidationResult which
represents a group of validations that were executed together. |
| ValidationResult |
The result of a validation
|
| Validator |
A component which performs a validation and expresses
its result through a
ValidationResult object. |
| Exception | Description |
|---|---|
| MultipleValidationException |
A specialization of
ValidationResult which
takes a MultipleValidationResult as a result. |
| ValidationException |
The exception to be thrown by default when a validation
fails.
|
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.