Uses of Interface
org.glassfish.apf.ErrorHandler
-
Packages that use ErrorHandler Package Description org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server.org.glassfish.apf.impl -
-
Uses of ErrorHandler in org.glassfish.apf
Methods in org.glassfish.apf that return ErrorHandler Modifier and Type Method Description ErrorHandlerProcessingContext. getErrorHandler()Return the error handler for this processing context.Methods in org.glassfish.apf with parameters of type ErrorHandler Modifier and Type Method Description voidProcessingContext. setErrorHandler(ErrorHandler errorHandler)Sets the ErrorHandler instance for all errors/warnings that may be raised during the annotation processing. -
Uses of ErrorHandler in org.glassfish.apf.impl
Classes in org.glassfish.apf.impl that implement ErrorHandler Modifier and Type Class Description classDefaultErrorHandlerDefault implementation of the ErrorHandler
-