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