Package org.apache.cayenne.validation
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.validation.ValidationException
- All Implemented Interfaces:
- Serializable
An exception thrown on unsuccessful validation.
- Since:
- 1.1
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionValidationException(String messageFormat, Object... messageArgs) ValidationException(String messageFormat, ValidationResult result, Object... messageArgs) ValidationException(ValidationResult result) 
- 
Method SummaryMethods inherited from class org.apache.cayenne.CayenneRuntimeExceptiongetExceptionLabel, getMessage, getUnlabeledMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace