public final class MessageAndPath extends Object
Used to build a ConstraintViolation
| Constructor and Description |
|---|
MessageAndPath(javax.validation.Path path,
String message)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
javax.validation.Path |
getPath() |
String |
toString()
For debugging use only.
|
public MessageAndPath(javax.validation.Path path,
String message)
path - path of fieldmessage - error messageCopyright © 2015–2016. All rights reserved.