Uses of Enum
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 ErrorIdMethods in com.google.inject.internal that return ErrorIdModifier and TypeMethodDescriptionstatic ErrorIdReturns the enum constant of this type with the specified name.static ErrorId[]ErrorId.values()Returns an array containing the constants of this enum type, 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) 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
Constructors in com.google.inject.spi with parameters of type ErrorIdModifierConstructorDescriptionMessage(GuiceInternal internalOnly, ErrorId errorId, ErrorDetail<?> errorDetail)