| Interface | Description | 
|---|---|
| ValidationFailure | Defines a single failure during the validation process. | 
| Class | Description | 
|---|---|
| BeanValidationFailure | ValidationFailure implementation that described a failure of a single named property of
 a Java Bean object. | 
| SimpleValidationFailure | Represents a generic validation failure that contains
 failed object and a message describing the failure. | 
| ValidationResult | Represents a result of a validation execution. | 
| Exception | Description | 
|---|---|
| ValidationException | An exception thrown on unsuccessful validation. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.