org.hibernate.validator.internal.engine
Class MessageAndPath
java.lang.Object
org.hibernate.validator.internal.engine.MessageAndPath
public class MessageAndPath
- extends Object
Container class for a validation error message and its corresponding path.
- Author:
- Hardy Ferentschik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageAndPath
public MessageAndPath(String message,
javax.validation.Path property)
getMessage
public final String getMessage()
getPath
public final javax.validation.Path getPath()
Copyright © 2012 Oracle Corporation. All Rights Reserved.