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 <T extends Exception>
ClassLoaderServiceLoaderUtil.contextClassLoader
(ServiceLoaderUtil.ExceptionHandler<T> exceptionHandler) (package private) static <P,
T extends Exception>
PServiceLoaderUtil.firstByServiceLoader
(Class<P> spiClass, Logger logger, ServiceLoaderUtil.ExceptionHandler<T> handler) (package private) static <P,
T extends Exception>
PServiceLoaderUtil.newInstance
(String className, String defaultImplClassName, ClassLoader classLoader, ServiceLoaderUtil.ExceptionHandler<T> handler)