Uses of Class
org.glassfish.hk2.api.ErrorType
-
Packages that use ErrorType Package Description org.glassfish.hk2.api org.jvnet.hk2.internal -
-
Uses of ErrorType in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return ErrorType Modifier and Type Method Description ErrorType
ErrorInformation. getErrorType()
Gets the type of error that has occurred.static ErrorType
ErrorType. valueOf(java.lang.String name)
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 ErrorType Modifier and Type Field Description private ErrorType
ErrorInformationImpl. errorType
Methods in org.jvnet.hk2.internal that return ErrorType Modifier and Type Method Description ErrorType
ErrorInformationImpl. getErrorType()
Constructors in org.jvnet.hk2.internal with parameters of type ErrorType Constructor Description ErrorInformationImpl(ErrorType errorType, Descriptor descriptor, Injectee injectee, MultiException exception)
-