Uses of Class
org.apache.commons.digester.annotations.DigesterLoadingException
Packages that use DigesterLoadingException
Package
Description
This package contains internal use only classes, users can ignore it.
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 DigesterLoadingExceptionModifier and TypeMethodDescription<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 DigesterLoadingExceptionModifier and TypeMethodDescription<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.