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 ErrorIdInternalErrorDetail. errorIdFields 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_ERRORSMethods in com.google.inject.internal that return ErrorId Modifier and Type Method Description static ErrorIdErrorId. 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 ErrorsErrors. addMessage(ErrorId errorId, java.lang.String messageFormat, java.lang.Object... arguments)private ErrorsErrors. addMessage(ErrorId errorId, java.lang.Throwable cause, java.lang.String messageFormat, java.lang.Object... arguments)static InternalProvisionExceptionInternalProvisionException. create(ErrorId errorId, java.lang.String format, java.lang.Object... arguments)static MessageMessages. create(ErrorId errorId, java.lang.String messageFormat, java.lang.Object... arguments)Creates a new Message without a cause.static MessageMessages. create(ErrorId errorId, java.lang.Throwable cause, java.lang.String messageFormat, java.lang.Object... arguments)Creates a new Message with the given cause.static MessageMessages. 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 InternalProvisionExceptionInternalProvisionException. 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 ErrorIdMessage. errorIdConstructors 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)
-