|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.engine.MessageAndPath
public class MessageAndPath
Container class for a validation error message and its corresponding path.
| Constructor Summary | |
|---|---|
MessageAndPath(java.lang.String message,
javax.validation.Path property)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
javax.validation.Path |
getPath()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageAndPath(java.lang.String message,
javax.validation.Path property)
| Method Detail |
|---|
public final java.lang.String getMessage()
public final javax.validation.Path getPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||