org.hibernate.validator.ap.checks
Class ConstraintCheckError
java.lang.Object
org.hibernate.validator.ap.checks.ConstraintCheckError
public class ConstraintCheckError
- extends Object
The result of the execution of a ConstraintCheck
. Comprises
information about the location at which the error occurred and a message
describing the occurred error.
- Author:
- Gunnar Morling
ConstraintCheckError
public ConstraintCheckError(Element element,
AnnotationMirror annotationMirror,
String messageKey,
Object... messageParameters)
- Creates a new ConstraintCheckError.
- Parameters:
element
- The element at which the error occurred.annotationMirror
- The annotation that causes the error.messageKey
- A key for retrieving an error message template from the bundle
org.hibernate.validator.ap.ValidationProcessorMessages.
messageParameters
- An array with values to put into the error message template
using MessageFormat
. The number of elements must match
the number of place holders in the message template.
getElement
public Element getElement()
getAnnotationMirror
public AnnotationMirror getAnnotationMirror()
getMessageKey
public String getMessageKey()
getMessageParameters
public Object[] getMessageParameters()
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved