Uses of Enum Class
com.google.inject.internal.ErrorId
Packages that use ErrorId
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of ErrorId in com.google.inject.internal
Fields in com.google.inject.internal declared as ErrorIdFields in com.google.inject.internal with type parameters of type ErrorIdModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableSet
<ErrorId> InternalErrorDetail.DOCUMENTED_ERRORS
Methods in com.google.inject.internal that return ErrorIdModifier and TypeMethodDescriptionstatic ErrorId
Returns the enum constant of this class with the specified name.static ErrorId[]
ErrorId.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.inject.internal with parameters of type ErrorIdModifier and TypeMethodDescriptionErrors.addMessage
(ErrorId errorId, String messageFormat, Object... arguments) private Errors
Errors.addMessage
(ErrorId errorId, Throwable cause, String messageFormat, Object... arguments) static InternalProvisionException
static Message
Creates a new Message without a cause.static Message
Creates a new Message with the given cause.static Message
Messages.create
(ErrorId errorId, Throwable cause, List<Object> sources, String messageFormat, Object... arguments) Creates a new Message with the given cause and a binding source stack.static InternalProvisionException
InternalProvisionException.errorInUserCode
(ErrorId errorId, Throwable cause, String messageFormat, Object... arguments) Constructors in com.google.inject.internal with parameters of type ErrorId -
Uses of ErrorId in com.google.inject.spi
Fields in com.google.inject.spi declared as ErrorIdConstructors in com.google.inject.spi with parameters of type ErrorIdModifierConstructorDescriptionprivate
Message
(ErrorId errorId, ErrorDetail<?> errorDetail) Message
(GuiceInternal internalOnly, ErrorId errorId, ErrorDetail<?> errorDetail)