Class ValidationMessageFactory
java.lang.Object
org.jboss.logging.processor.validation.ValidationMessageFactory
Date: 12.08.2011
- Author:
- James R. Perkins
-
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationMessage
createError
(Element element, String message) static ValidationMessage
createError
(Element element, String format, Object... args) static ValidationMessage
createError
(Element element, AnnotationMirror annotationMirror, String message) static ValidationMessage
createError
(Element element, AnnotationMirror annotationMirror, String format, Object... args) static ValidationMessage
createError
(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String message) static ValidationMessage
createError
(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String format, Object... args) static ValidationMessage
createWarning
(Element element, String message) static ValidationMessage
createWarning
(Element element, String format, Object... args)
-
Method Details
-
createError
-
createError
-
createError
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, String message) -
createError
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, String format, Object... args) -
createError
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String message) -
createError
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String format, Object... args) -
createWarning
-
createWarning
-