Uses of Enum
org.glassfish.hk2.api.ErrorType
Packages that use ErrorType
-
Uses of ErrorType in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return ErrorTypeModifier and TypeMethodDescriptionErrorInformation.getErrorType()
Gets the type of error that has occurred.static ErrorType
Returns the enum constant of this type with the specified name.static ErrorType[]
ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ErrorType in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as ErrorTypeMethods in org.jvnet.hk2.internal that return ErrorTypeConstructors in org.jvnet.hk2.internal with parameters of type ErrorTypeModifierConstructorDescription(package private)
ErrorInformationImpl
(ErrorType errorType, Descriptor descriptor, Injectee injectee, MultiException exception)