Uses of Class
jakarta.activation.ServiceLoaderUtil.ExceptionHandler
Packages that use ServiceLoaderUtil.ExceptionHandler
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of ServiceLoaderUtil.ExceptionHandler in jakarta.activation
Fields in jakarta.activation declared as ServiceLoaderUtil.ExceptionHandlerModifier and TypeFieldDescriptionprivate static final ServiceLoaderUtil.ExceptionHandler<RuntimeException>
FactoryFinder.EXCEPTION_HANDLER
Methods in jakarta.activation with parameters of type ServiceLoaderUtil.ExceptionHandlerModifier and TypeMethodDescription(package private) static <P,
T extends Exception>
PServiceLoaderUtil.firstByServiceLoader
(Class<P> spiClass, ClassLoader loader, Logger logger, ServiceLoaderUtil.ExceptionHandler<T> handler) (package private) static <P,
T extends Exception>
PServiceLoaderUtil.newInstance
(String className, Class<P> service, ClassLoader classLoader, ServiceLoaderUtil.ExceptionHandler<T> handler)