public interface ValidationFailure extends Serializable
BeanValidationFailure
Object getSource()
Person
must have a name and a ValidationFailure
is created when the
user attempts to save it, the Person
object would be the failure source.Object getError()
String getDescription()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.