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. errorIdMethods in com.google.inject.internal that return ErrorId Modifier and Type Method Description static ErrorIdErrorId. valueOf(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, String messageFormat, Object... arguments)static InternalProvisionExceptionInternalProvisionException. create(ErrorId errorId, String format, Object... arguments)static MessageMessages. create(ErrorId errorId, String messageFormat, Object... arguments)Creates a new Message without a cause.static MessageMessages. create(ErrorId errorId, Throwable cause, String messageFormat, Object... arguments)Creates 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 Constructor Description GenericErrorDetail(ErrorId errorId, String message, List<Object> sources, Throwable cause) -
Uses of ErrorId in com.google.inject.spi
Constructors in com.google.inject.spi with parameters of type ErrorId Constructor Description Message(ErrorId errorId, List<Object> sources, String message, Throwable cause)Message(GuiceInternal internalOnly, ErrorId errorId, ErrorDetail<?> errorDetail)
-