Uses of Class
org.apache.commons.digester.annotations.DigesterLoadingException

Packages that use DigesterLoadingException
org.apache.commons.digester.annotations.internal This package contains internal use only classes, users can ignore it. 
org.apache.commons.digester.annotations.spi Contains annotations package SPI definition. 
 

Uses of DigesterLoadingException in org.apache.commons.digester.annotations.internal
 

Methods in org.apache.commons.digester.annotations.internal that throw DigesterLoadingException
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>>
L
DefaultDigesterLoaderHandlerFactory.newInstance(Class<L> type)
          Return an instance of the specified type.
<T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>>
T
DefaultAnnotationRuleProviderFactory.newInstance(Class<T> type)
          Return an AnnotationRuleProvider instance of the specified type.
 

Uses of DigesterLoadingException in org.apache.commons.digester.annotations.spi
 

Methods in org.apache.commons.digester.annotations.spi that throw DigesterLoadingException
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>>
L
DigesterLoaderHandlerFactory.newInstance(Class<L> type)
          Return an instance of the specified type.
<T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>>
T
AnnotationRuleProviderFactory.newInstance(Class<T> type)
          Return an AnnotationRuleProvider instance of the specified type.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.