Uses of Class
com.google.inject.internal.ErrorId
-
Packages that use ErrorId Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of ErrorId in com.google.inject.internal
Fields in com.google.inject.internal declared as ErrorId Modifier and Type Field Description protected ErrorId
InternalErrorDetail. errorId
Fields in com.google.inject.internal with type parameters of type ErrorId Modifier and Type Field Description private static com.google.common.collect.ImmutableSet<ErrorId>
InternalErrorDetail. DOCUMENTED_ERRORS
Methods in com.google.inject.internal that return ErrorId Modifier and Type Method Description static ErrorId
ErrorId. valueOf(java.lang.String name)
Returns 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 ErrorId Modifier and Type Method Description Errors
Errors. addMessage(ErrorId errorId, java.lang.String messageFormat, java.lang.Object... arguments)
private Errors
Errors. addMessage(ErrorId errorId, java.lang.Throwable cause, java.lang.String messageFormat, java.lang.Object... arguments)
static InternalProvisionException
InternalProvisionException. create(ErrorId errorId, java.lang.String format, java.lang.Object... arguments)
static Message
Messages. create(ErrorId errorId, java.lang.String messageFormat, java.lang.Object... arguments)
Creates a new Message without a cause.static Message
Messages. create(ErrorId errorId, java.lang.Throwable cause, java.lang.String messageFormat, java.lang.Object... arguments)
Creates a new Message with the given cause.static Message
Messages. create(ErrorId errorId, java.lang.Throwable cause, java.util.List<java.lang.Object> sources, java.lang.String messageFormat, java.lang.Object... arguments)
Creates a new Message with the given cause and a binding source stack.static InternalProvisionException
InternalProvisionException. errorInUserCode(ErrorId errorId, java.lang.Throwable cause, java.lang.String messageFormat, java.lang.Object... arguments)
Constructors in com.google.inject.internal with parameters of type ErrorId Constructor Description GenericErrorDetail(ErrorId errorId, java.lang.String message, java.util.List<java.lang.Object> sources, java.lang.Throwable cause)
InternalErrorDetail(ErrorId errorId, java.lang.String message, java.util.List<java.lang.Object> sources, java.lang.Throwable cause)
-
Uses of ErrorId in com.google.inject.spi
Fields in com.google.inject.spi declared as ErrorId Modifier and Type Field Description private ErrorId
Message. errorId
Constructors in com.google.inject.spi with parameters of type ErrorId Constructor Description Message(ErrorId errorId, ErrorDetail<?> errorDetail)
Message(ErrorId errorId, java.util.List<java.lang.Object> sources, java.lang.String message, java.lang.Throwable cause)
Message(GuiceInternal internalOnly, ErrorId errorId, ErrorDetail<?> errorDetail)
-