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 voidErrorService. 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 voidImmediateHelper. 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 voidRethrowErrorService. 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 classErrorInformationImpl -
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 voidErrorServiceImpl. onFailure(ErrorInformation ei)
-