- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- eu.ess.xaos.tools.lang.AnnotationError
-
- All Implemented Interfaces:
Serializable
public class AnnotationError extends Error
- Author:
- claudio.rosati@esss.se
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotationError(String message)
AnnotationError(Element element, String message)
AnnotationError(Element element, AnnotationMirror mirror, String message)
AnnotationError(Element element, AnnotationMirror mirror, AnnotationValue value, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
report(ProcessingEnvironment environment)
void
warn(ProcessingEnvironment environment)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AnnotationError
public AnnotationError(String message)
-
AnnotationError
public AnnotationError(Element element, AnnotationMirror mirror, String message)
-
AnnotationError
public AnnotationError(Element element, AnnotationMirror mirror, AnnotationValue value, String message)
-
-
Method Detail
-
report
public void report(ProcessingEnvironment environment)
-
warn
public void warn(ProcessingEnvironment environment)
-
-