Uses of Interface
org.glassfish.apf.ErrorHandler
Packages that use ErrorHandler
Package
Description
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
-
Uses of ErrorHandler in org.glassfish.apf
Methods in org.glassfish.apf that return ErrorHandlerModifier and TypeMethodDescriptionProcessingContext.getErrorHandler()Return the error handler for this processing context.Methods in org.glassfish.apf with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidProcessingContext.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 ErrorHandlerModifier and TypeClassDescriptionclassDefault implementation of the ErrorHandler