org.hibernate.validation.engine
Class ConstraintValidatorContextImpl.ErrorMessage

java.lang.Object
  extended by org.hibernate.validation.engine.ConstraintValidatorContextImpl.ErrorMessage
Enclosing class:
ConstraintValidatorContextImpl

public class ConstraintValidatorContextImpl.ErrorMessage
extends java.lang.Object


Constructor Summary
ConstraintValidatorContextImpl.ErrorMessage(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

ConstraintValidatorContextImpl.ErrorMessage

public ConstraintValidatorContextImpl.ErrorMessage(java.lang.String message,
                                                   javax.validation.Path property)
Method Detail

getMessage

public java.lang.String getMessage()

getPath

public javax.validation.Path getPath()


Copyright © 2007-2009. All Rights Reserved.