jlibs.core.annotation.processing
Class AnnotationError
java.lang.Object
java.lang.Throwable
java.lang.Error
jlibs.core.annotation.processing.AnnotationError
- All Implemented Interfaces:
- Serializable
public class AnnotationError
- extends Error
- Author:
- Santhosh Kumar T
- See Also:
- Serialized Form
|
Constructor Summary |
AnnotationError(Element pos1,
AnnotationMirror pos2,
AnnotationValue pos3,
String message)
|
AnnotationError(Element pos1,
AnnotationMirror pos2,
String message)
|
AnnotationError(Element elem,
Class annotation,
String message)
|
AnnotationError(Element elem,
Class annotation,
String method,
String message)
|
AnnotationError(Element pos,
String message)
|
AnnotationError(String message)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AnnotationError
public AnnotationError(String message)
AnnotationError
public AnnotationError(Element pos,
String message)
AnnotationError
public AnnotationError(Element elem,
Class annotation,
String message)
AnnotationError
public AnnotationError(Element elem,
Class annotation,
String method,
String message)
AnnotationError
public AnnotationError(Element pos1,
AnnotationMirror pos2,
String message)
AnnotationError
public AnnotationError(Element pos1,
AnnotationMirror pos2,
AnnotationValue pos3,
String message)
printMessage
public void printMessage(Diagnostic.Kind kind)
report
public void report()
warn
public void warn()
Copyright © 2015. All rights reserved.