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_ERRORSMethods in com.google.inject.internal that return ErrorIdModifier and TypeMethodDescriptionstatic ErrorIdReturns 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 ErrorsErrors.addMessage(ErrorId errorId, Throwable cause, String messageFormat, Object... arguments) static InternalProvisionExceptionstatic MessageCreates a new Message without a cause.static MessageCreates a new Message with the given cause.static MessageMessages.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 InternalProvisionExceptionInternalProvisionException.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 ErrorIdModifierConstructorDescriptionprivateMessage(ErrorId errorId, ErrorDetail<?> errorDetail) Message(GuiceInternal internalOnly, ErrorId errorId, ErrorDetail<?> errorDetail)