public class ConstraintCheckError extends Object
ConstraintCheck. Comprises
information about the location at which the error occurred and a message
describing the occurred error.| Constructor and Description |
|---|
ConstraintCheckError(Element element,
AnnotationMirror annotationMirror,
String messageKey,
Object... messageParameters)
Creates a new ConstraintCheckError.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AnnotationMirror |
getAnnotationMirror() |
Element |
getElement() |
String |
getMessageKey() |
Object[] |
getMessageParameters() |
int |
hashCode() |
String |
toString() |
public ConstraintCheckError(Element element, AnnotationMirror annotationMirror, String messageKey, Object... messageParameters)
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.public Element getElement()
public AnnotationMirror getAnnotationMirror()
public String getMessageKey()
public Object[] getMessageParameters()
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved