Uses of Class
org.apache.commons.digester.annotations.DigesterLoadingException
-
Packages that use DigesterLoadingException Package Description 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 Modifier and Type Method Description <T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>>
TDefaultAnnotationRuleProviderFactory. newInstance(Class<T> type)
Return anAnnotationRuleProvider
instance of the specified type.<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>>
LDefaultDigesterLoaderHandlerFactory. newInstance(Class<L> type)
Return an 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 Modifier and Type Method Description <T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>>
TAnnotationRuleProviderFactory. newInstance(Class<T> type)
Return anAnnotationRuleProvider
instance of the specified type.<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>>
LDigesterLoaderHandlerFactory. newInstance(Class<L> type)
Return an instance of the specified type.
-