Package org.mapstruct.ap.internal.util
Class AnnotationProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapstruct.ap.internal.util.AnnotationProcessingException
- All Implemented Interfaces:
Serializable
Indicates an error during annotation processing. Should only be thrown in non-recoverable situations such as errors
due to incomplete compilations etc. Expected errors to be propagated to the user of the annotation processor should
be raised using the
FormattingMessager API instead.- Author:
- Gunnar Morling
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationProcessingException(String message) AnnotationProcessingException(String message, Element element) AnnotationProcessingException(String message, Element element, AnnotationMirror annotationMirror) AnnotationProcessingException(String message, Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnnotationProcessingException
-
AnnotationProcessingException
-
AnnotationProcessingException
public AnnotationProcessingException(String message, Element element, AnnotationMirror annotationMirror) -
AnnotationProcessingException
public AnnotationProcessingException(String message, Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue)
-
-
Method Details
-
getElement
-
getAnnotationMirror
-
getAnnotationValue
-