Class ValidationMessageFactory.ValidationErrorMessage
- java.lang.Object
-
- org.jboss.logging.processor.validation.ValidationMessageFactory.AbstractValidationMessage
-
- org.jboss.logging.processor.validation.ValidationMessageFactory.ValidationErrorMessage
-
- All Implemented Interfaces:
ValidationMessage
- Enclosing class:
- ValidationMessageFactory
private static class ValidationMessageFactory.ValidationErrorMessage extends ValidationMessageFactory.AbstractValidationMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.logging.processor.validation.ValidationMessage
ValidationMessage.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ValidationErrorMessage(javax.lang.model.element.Element element, java.lang.String message, javax.lang.model.element.AnnotationMirror annotationMirror, javax.lang.model.element.AnnotationValue annotationValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationMessage.Type
type()
The type of the message.-
Methods inherited from class org.jboss.logging.processor.validation.ValidationMessageFactory.AbstractValidationMessage
getAnnotationMirror, getAnnotationValue, getElement, getMessage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.logging.processor.validation.ValidationMessage
printMessage
-
-
-
-
Method Detail
-
type
public ValidationMessage.Type type()
Description copied from interface:ValidationMessage
The type of the message.- Returns:
- the type of the message.
-
-