public class AnnotationProcessingException
extends java.lang.RuntimeException
Messager API instead.| Constructor and Description |
|---|
AnnotationProcessingException(java.lang.String message) |
AnnotationProcessingException(java.lang.String message,
javax.lang.model.element.Element element) |
AnnotationProcessingException(java.lang.String message,
javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotationMirror) |
AnnotationProcessingException(java.lang.String message,
javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotationMirror,
javax.lang.model.element.AnnotationValue annotationValue) |
| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.element.AnnotationMirror |
getAnnotationMirror() |
javax.lang.model.element.AnnotationValue |
getAnnotationValue() |
javax.lang.model.element.Element |
getElement() |
public AnnotationProcessingException(java.lang.String message)
public AnnotationProcessingException(java.lang.String message,
javax.lang.model.element.Element element)
public AnnotationProcessingException(java.lang.String message,
javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotationMirror)
public AnnotationProcessingException(java.lang.String message,
javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotationMirror,
javax.lang.model.element.AnnotationValue annotationValue)
Copyright © 2012-2014. All Rights Reserved.