Package org.glassfish.apf
Interface ErrorHandler
- All Known Implementing Classes:
DefaultErrorHandler
public interface ErrorHandler
Basic interfaced for annotation processing warnings and errors
- Author:
- Jerome Dochez
-
Method Summary
Modifier and TypeMethodDescriptionvoidReceive notification of an errorvoidReceive notication of a fine error messagevoidReceive notification of a warning
-
Method Details
-
fine
Receive notication of a fine error message- Parameters:
ape- The warning information- Throws:
any- exception to stop the annotation processingAnnotationProcessorException
-
warning
Receive notification of a warning- Parameters:
ape- The warning information- Throws:
any- exception to stop the annotation processingAnnotationProcessorException
-
error
Receive notification of an error- Parameters:
ape- The error information- Throws:
amy- exception to stop the annotation processingAnnotationProcessorException
-