Uses of Class
org.glassfish.apf.AnnotationProcessorException

Packages that use AnnotationProcessorException
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
 void ErrorHandler.error(AnnotationProcessorException ape)
          Receive notification of an error
 void ErrorHandler.fine(AnnotationProcessorException ape)
          Receive notication of a fine error message
 void ErrorHandler.warning(AnnotationProcessorException ape)
          Receive notification of a warning
 

Methods in org.glassfish.apf that throw AnnotationProcessorException
 void AnnotatedElementHandler.endElement(ElementType type, AnnotatedElement element)
          After annotations for an annotated element are processed, the endElement is called with the annotated element value and its type
 void ErrorHandler.error(AnnotationProcessorException ape)
          Receive notification of an error
 void ErrorHandler.fine(AnnotationProcessorException ape)
          Receive notication of a fine error message
 ProcessingResult AnnotationProcessor.process(ProcessingContext ctx)
          Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.
 ProcessingResult AnnotationProcessor.process(ProcessingContext ctx, Class[] classes)
          Process a set of classes from the parameter list rather than from the processing context.
 HandlerProcessingResult AnnotationHandler.processAnnotation(AnnotationInfo element)
          Process a particular annotation which type is the same as the one returned by @see getAnnotationType().
 void AnnotatedElementHandler.startElement(ElementType type, AnnotatedElement element)
          Before annotations for an annotated element are processed, the startElement is called with the annotated element value and its type
 void ErrorHandler.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
 void AnnotationContext.endElement(ElementType type, AnnotatedElement element)
           
 void AnnotationContext.startElement(ElementType type, AnnotatedElement element)
           
 

Uses of AnnotationProcessorException in org.glassfish.apf.impl
 

Methods in org.glassfish.apf.impl with parameters of type AnnotationProcessorException
 void DefaultErrorHandler.error(AnnotationProcessorException ape)
          Receive notification of an error
 void DefaultErrorHandler.fine(AnnotationProcessorException ape)
          Receive notication of a fine error message
 void DefaultErrorHandler.warning(AnnotationProcessorException ape)
          Receive notification of a warning
 

Methods in org.glassfish.apf.impl that throw AnnotationProcessorException
 void DefaultErrorHandler.error(AnnotationProcessorException ape)
          Receive notification of an error
 void DefaultErrorHandler.fine(AnnotationProcessorException ape)
          Receive notication of a fine error message
 ProcessingResult AnnotationProcessorImpl.process(ProcessingContext ctx)
          Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.
 ProcessingResult AnnotationProcessorImpl.process(ProcessingContext ctx, Class[] classes)
          Process a set of classes from the parameter list rather than from the processing context.
 void DefaultErrorHandler.warning(AnnotationProcessorException ape)
          Receive notification of a warning
 



Copyright © 2012 GlassFish Community. All Rights Reserved.