Package org.glassfish.apf.impl
Class DefaultErrorHandler
java.lang.Object
org.glassfish.apf.impl.DefaultErrorHandler
- All Implemented Interfaces:
ErrorHandler
Default implementation of the ErrorHandler
- Author:
- Jerome Dochez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReceive notification of an errorvoidReceive notication of a fine error messagevoidReceive notification of a warning
-
Constructor Details
-
DefaultErrorHandler
public DefaultErrorHandler()Creates a new ErrorHandler with the default logger
-
-
Method Details
-
fine
Receive notication of a fine error message- Specified by:
finein interfaceErrorHandler- Parameters:
ape- The warning information- Throws:
AnnotationProcessorException- exception to stop the annotation processing
-
warning
Receive notification of a warning- Specified by:
warningin interfaceErrorHandler- Parameters:
ape- The warning information- Throws:
AnnotationProcessorException- exception to stop the annotation processing
-
error
Receive notification of an error- Specified by:
errorin interfaceErrorHandler- Parameters:
ape- The error information- Throws:
AnnotationProcessorException- exception to stop the annotation processing
-