public class ValidationException extends CayenneRuntimeException
Constructor and Description |
---|
ValidationException(String messageFormat,
Object... messageArgs) |
ValidationException(String messageFormat,
ValidationResult result,
Object... messageArgs) |
ValidationException(ValidationResult result) |
Modifier and Type | Method and Description |
---|---|
ValidationResult |
getValidationResult() |
String |
toString() |
getMessage, getUnlabeledMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ValidationException(ValidationResult result)
public ValidationException(String messageFormat, ValidationResult result, Object... messageArgs)
public ValidationResult getValidationResult()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.