public abstract class ValidationException extends PortalRuntimeException
PropertyBean
validation constraint violations occur during a create or update of a ManagedPortalObject
.Modifier | Constructor and Description |
---|---|
protected |
ValidationException(WebCenterMessage message, java.util.Set<? extends javax.validation.ConstraintViolation<?>> violations)
Constructor for subclasses
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<? extends javax.validation.ConstraintViolation<?>> |
getViolations()
Get the set of constraint violations reported by this exception.
|
protected ValidationException(WebCenterMessage message, java.util.Set<? extends javax.validation.ConstraintViolation<?>> violations)
message
- the WebCenterMessage describing this exception.violations
- the set of reported violations.