Uses of Class
org.glassfish.apf.AnnotationProcessorException
-
Packages that use AnnotationProcessorException 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.context org.glassfish.apf.impl -
-
Uses of AnnotationProcessorException in org.glassfish.apf
Methods in org.glassfish.apf with parameters of type AnnotationProcessorException Modifier and Type Method Description voidErrorHandler. 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 AnnotationProcessorException Modifier and Type Method Description voidAnnotatedElementHandler. 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 messageProcessingResultAnnotationProcessor. process(ProcessingContext ctx)Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.ProcessingResultAnnotationProcessor. process(ProcessingContext ctx, Class[] classes)Process a set of classes from the parameter list rather than from the processing context.HandlerProcessingResultAnnotationHandler. 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 AnnotationProcessorException Modifier and Type Method Description voidAnnotationContext. 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 AnnotationProcessorException Modifier and Type Method Description voidDefaultErrorHandler. 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 AnnotationProcessorException Modifier and Type Method Description voidDefaultErrorHandler. error(AnnotationProcessorException ape)Receive notification of an errorvoidDefaultErrorHandler. fine(AnnotationProcessorException ape)Receive notication of a fine error messageProcessingResultAnnotationProcessorImpl. process(ProcessingContext ctx)Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.ProcessingResultAnnotationProcessorImpl. 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
-