public class ConstraintViolationExceptionMessage extends Object
| Constructor and Description |
|---|
ConstraintViolationExceptionMessage(javax.validation.ConstraintViolationException cve,
MessageSource msgSrc,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCause() |
List<ConstraintViolationMessage> |
getMessages() |
public ConstraintViolationExceptionMessage(javax.validation.ConstraintViolationException cve,
MessageSource msgSrc,
Locale locale)
public String getCause()
public List<ConstraintViolationMessage> getMessages()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.