Uses of Interface
org.glassfish.hk2.runlevel.ErrorInformation
Packages that use ErrorInformation
-
Uses of ErrorInformation in org.glassfish.hk2.runlevel
Methods in org.glassfish.hk2.runlevel with parameters of type ErrorInformationModifier and TypeMethodDescriptionvoid
RunLevelListener.onError
(RunLevelFuture currentJob, ErrorInformation errorInformation) Called when a service throws an exception during a proceedTo operation -
Uses of ErrorInformation in org.glassfish.hk2.runlevel.internal
Classes in org.glassfish.hk2.runlevel.internal that implement ErrorInformationMethods in org.glassfish.hk2.runlevel.internal that return ErrorInformationModifier and TypeMethodDescriptionprivate static ErrorInformation
CurrentTaskFuture.invokeOnError
(CurrentTaskFuture job, Throwable th, ErrorInformation.ErrorAction action, List<ServiceHandle<RunLevelListener>> listeners, Descriptor descriptor)