Class ValidationMessageFactory
java.lang.Object
org.jboss.logging.processor.validation.ValidationMessageFactory
Date: 12.08.2011
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePrivate constructor for factory. -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationMessagecreateError(Element element, String message) static ValidationMessagecreateError(Element element, String format, Object... args) static ValidationMessagecreateError(Element element, AnnotationMirror annotationMirror, String message) static ValidationMessagecreateError(Element element, AnnotationMirror annotationMirror, String format, Object... args) static ValidationMessagecreateError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String message) static ValidationMessagecreateError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String format, Object... args) static ValidationMessagecreateWarning(Element element, String message) static ValidationMessagecreateWarning(Element element, String format, Object... args)
-
Constructor Details
-
ValidationMessageFactory
private ValidationMessageFactory()Private constructor for factory.
-
-
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
-