Uses of Interface
org.glassfish.hk2.api.ErrorService
Packages that use ErrorService
Package
Description
-
Uses of ErrorService in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement ErrorServiceModifier and TypeClassDescriptionclass
The implementation of the immediate context. -
Uses of ErrorService in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement ErrorServiceModifier and TypeClassDescriptionclass
This is an implementation ofErrorService
that simply rethrows the exception caught. -
Uses of ErrorService in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal with type parameters of type ErrorServiceModifier and TypeFieldDescriptionprivate final LinkedList
<ErrorService> ServiceLocatorImpl.errorHandlers
Methods in org.jvnet.hk2.internal that return types with arguments of type ErrorServiceModifier and TypeMethodDescription(package private) LinkedList
<ErrorService> ServiceLocatorImpl.getErrorHandlers()
Method parameters in org.jvnet.hk2.internal with type arguments of type ErrorServiceModifier and TypeMethodDescriptionstatic void
Utilities.handleErrors
(NarrowResults results, LinkedList<ErrorService> callThese) Calls the list of error services for the list of errors -
Uses of ErrorService in org.jvnet.hk2.testing.junit.internal
Classes in org.jvnet.hk2.testing.junit.internal that implement ErrorService