public class AnnotationProcessingException extends RuntimeException
FormattingMessager
API instead.Constructor and Description |
---|
AnnotationProcessingException(String message) |
AnnotationProcessingException(String message,
Element element) |
AnnotationProcessingException(String message,
Element element,
AnnotationMirror annotationMirror) |
AnnotationProcessingException(String message,
Element element,
AnnotationMirror annotationMirror,
AnnotationValue annotationValue) |
Modifier and Type | Method and Description |
---|---|
AnnotationMirror |
getAnnotationMirror() |
AnnotationValue |
getAnnotationValue() |
Element |
getElement() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AnnotationProcessingException(String message)
public AnnotationProcessingException(String message, Element element, AnnotationMirror annotationMirror)
public AnnotationProcessingException(String message, Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue)
public Element getElement()
public AnnotationMirror getAnnotationMirror()
public AnnotationValue getAnnotationValue()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.