Uses of Interface
org.glassfish.hk2.api.ErrorInformation
-
Packages that use ErrorInformation Package Description org.glassfish.hk2.api org.glassfish.hk2.internal org.glassfish.hk2.utilities org.jvnet.hk2.internal org.jvnet.hk2.testing.junit.internal -
-
Uses of ErrorInformation in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type ErrorInformation Modifier and Type Method Description void
ErrorService. onFailure(ErrorInformation errorInformation)
This method is called when a failure occurs in the system. -
Uses of ErrorInformation in org.glassfish.hk2.internal
Methods in org.glassfish.hk2.internal with parameters of type ErrorInformation Modifier and Type Method Description void
ImmediateHelper. onFailure(ErrorInformation errorInformation)
-
Uses of ErrorInformation in org.glassfish.hk2.utilities
Methods in org.glassfish.hk2.utilities with parameters of type ErrorInformation Modifier and Type Method Description void
RethrowErrorService. onFailure(ErrorInformation errorInformation)
-
Uses of ErrorInformation in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement ErrorInformation Modifier and Type Class Description class
ErrorInformationImpl
-
Uses of ErrorInformation in org.jvnet.hk2.testing.junit.internal
Methods in org.jvnet.hk2.testing.junit.internal with parameters of type ErrorInformation Modifier and Type Method Description void
ErrorServiceImpl. onFailure(ErrorInformation ei)
-