FileDocCategorySizeDatePackage
ErrorHandler.javaAPI DocGlassfish v2 API2956Fri May 04 22:30:20 BST 2007com.sun.enterprise.deployment.annotation

ErrorHandler

public interface ErrorHandler
Basic interfaced for annotation processing warnings and errors
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public voiderror(AnnotationProcessorException ape)
Receive notification of an error

param
ape The error information
throws
amy exception to stop the annotation processing

public voidfine(AnnotationProcessorException ape)
Receive notication of a fine error message

param
ape The warning information
throws
any exception to stop the annotation processing

public voidwarning(AnnotationProcessorException ape)
Receive notification of a warning

param
ape The warning information
throws
any exception to stop the annotation processing