public class ValidationException extends RuntimeException
| Constructor and Description |
|---|
ValidationException(Set<ConstraintViolation<Object>> violations) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Set<ConstraintViolation<Object>> |
getViolations() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(Set<ConstraintViolation<Object>> violations)
public Set<ConstraintViolation<Object>> getViolations()
public String getMessage()
getMessage in class ThrowableCopyright © 2012 Seam Framework. All Rights Reserved.