Uses of Interface
org.glassfish.hk2.api.ErrorService
-
Packages that use ErrorService Package Description org.glassfish.hk2.internal org.glassfish.hk2.utilities org.jvnet.hk2.internal org.jvnet.hk2.testing.junit.internal -
-
Uses of ErrorService in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement ErrorService Modifier and Type Class Description classImmediateHelperThe implementation of the immediate context. -
Uses of ErrorService in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement ErrorService Modifier and Type Class Description classRethrowErrorServiceThis is an implementation ofErrorServicethat simply rethrows the exception caught. -
Uses of ErrorService in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal with type parameters of type ErrorService Modifier and Type Field Description private java.util.LinkedList<ErrorService>ServiceLocatorImpl. errorHandlersMethods in org.jvnet.hk2.internal that return types with arguments of type ErrorService Modifier and Type Method Description (package private) java.util.LinkedList<ErrorService>ServiceLocatorImpl. getErrorHandlers()Method parameters in org.jvnet.hk2.internal with type arguments of type ErrorService Modifier and Type Method Description static voidUtilities. handleErrors(NarrowResults results, java.util.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 Modifier and Type Class Description classErrorServiceImpl
-