public interface ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
error(AnnotationProcessorException ape)
Receive notification of an error
|
void |
fine(AnnotationProcessorException ape)
Receive notication of a fine error message
|
void |
warning(AnnotationProcessorException ape)
Receive notification of a warning
|
void fine(AnnotationProcessorException ape) throws AnnotationProcessorException
ape - The warning informationany - exception to stop the annotation processingAnnotationProcessorExceptionvoid warning(AnnotationProcessorException ape) throws AnnotationProcessorException
ape - The warning informationany - exception to stop the annotation processingAnnotationProcessorExceptionvoid error(AnnotationProcessorException ape) throws AnnotationProcessorException
ape - The error informationamy - exception to stop the annotation processingAnnotationProcessorExceptionCopyright © 2019. All rights reserved.