@Data @Deprecated public class ProcessingException extends RuntimeException
| Constructor and Description |
|---|
ProcessingException(String message,
Element element)
Deprecated.
|
ProcessingException(String message,
Element element,
AnnotationMirror annotationMirror,
CharSequence annotationValueName,
AnnotationValue annotationValue)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
AnnotationMirror |
getAnnotationMirror()
Deprecated.
|
AnnotationValue |
getAnnotationValue()
Deprecated.
|
CharSequence |
getAnnotationValueName()
Deprecated.
|
Element |
getElement()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ProcessingException(String message, Element element, AnnotationMirror annotationMirror, CharSequence annotationValueName, AnnotationValue annotationValue)
@Pure public Element getElement()
@Pure public AnnotationMirror getAnnotationMirror()
@Pure public CharSequence getAnnotationValueName()
@Pure public AnnotationValue getAnnotationValue()
Copyright © 2018. All rights reserved.