Uses of Class
org.glassfish.apf.AnnotationProcessorException
Packages that use AnnotationProcessorException
Package
Description
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
-
Uses of AnnotationProcessorException in org.glassfish.apf
Methods in org.glassfish.apf with parameters of type AnnotationProcessorExceptionModifier and TypeMethodDescriptionvoidErrorHandler.error(AnnotationProcessorException ape) Receive notification of an errorvoidErrorHandler.fine(AnnotationProcessorException ape) Receive notication of a fine error messagevoidErrorHandler.warning(AnnotationProcessorException ape) Receive notification of a warningMethods in org.glassfish.apf that throw AnnotationProcessorExceptionModifier and TypeMethodDescriptionvoidAnnotatedElementHandler.endElement(ElementType type, AnnotatedElement element) After annotations for an annotated element are processed, the endElement is called with the annotated element value and its typevoidErrorHandler.error(AnnotationProcessorException ape) Receive notification of an errorvoidErrorHandler.fine(AnnotationProcessorException ape) Receive notication of a fine error messageAnnotationProcessor.process(ProcessingContext ctx) Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.AnnotationProcessor.process(ProcessingContext ctx, Class<?>[] classes) Process a set of classes from the parameter list rather than from the processing context.AnnotationHandler.processAnnotation(AnnotationInfo element) Process a particular annotation which type is the same as the one returned by @see getAnnotationType().voidAnnotatedElementHandler.startElement(ElementType type, AnnotatedElement element) Before annotations for an annotated element are processed, the startElement is called with the annotated element value and its typevoidErrorHandler.warning(AnnotationProcessorException ape) Receive notification of a warning -
Uses of AnnotationProcessorException in org.glassfish.apf.context
Methods in org.glassfish.apf.context that throw AnnotationProcessorExceptionModifier and TypeMethodDescriptionvoidAnnotationContext.endElement(ElementType type, AnnotatedElement element) voidAnnotationContext.startElement(ElementType type, AnnotatedElement element) -
Uses of AnnotationProcessorException in org.glassfish.apf.impl
Methods in org.glassfish.apf.impl with parameters of type AnnotationProcessorExceptionModifier and TypeMethodDescriptionvoidDefaultErrorHandler.error(AnnotationProcessorException ape) Receive notification of an errorvoidDefaultErrorHandler.fine(AnnotationProcessorException ape) Receive notication of a fine error messagevoidDefaultErrorHandler.warning(AnnotationProcessorException ape) Receive notification of a warningMethods in org.glassfish.apf.impl that throw AnnotationProcessorExceptionModifier and TypeMethodDescriptionvoidDefaultErrorHandler.error(AnnotationProcessorException ape) Receive notification of an errorvoidDefaultErrorHandler.fine(AnnotationProcessorException ape) Receive notication of a fine error messageAnnotationProcessorImpl.process(ProcessingContext ctx) Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.AnnotationProcessorImpl.process(ProcessingContext ctx, Class<?>[] classes) Process a set of classes from the parameter list rather than from the processing context.voidDefaultErrorHandler.warning(AnnotationProcessorException ape) Receive notification of a warning