Uses of Class
com.google.inject.spi.ErrorDetail
Packages that use ErrorDetail
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of ErrorDetail in com.google.inject.internal
Subclasses of ErrorDetail in com.google.inject.internalModifier and TypeClassDescriptionfinal class
Generic error message representing a Guice internal error.Method parameters in com.google.inject.internal with type arguments of type ErrorDetailModifier and TypeMethodDescriptionvoid
GenericErrorDetail.formatDetail
(List<ErrorDetail<?>> mergeableErrors, Formatter formatter) -
Uses of ErrorDetail in com.google.inject.spi
Classes in com.google.inject.spi with type parameters of type ErrorDetailModifier and TypeClassDescriptionclass
ErrorDetail<SelfT extends ErrorDetail<SelfT>>
Details about a single Guice error and supports formatting itself in the context of other Guice errors.Methods in com.google.inject.spi that return ErrorDetailModifier and TypeMethodDescriptionErrorDetail
<?> Message.getErrorDetail()
Returns details about this error message.Methods in com.google.inject.spi with parameters of type ErrorDetailModifier and TypeMethodDescriptionboolean
ErrorDetail.isMergeable
(ErrorDetail<?> otherError) Returns true if this error can be merged with theotherError
and formatted together.Method parameters in com.google.inject.spi with type arguments of type ErrorDetailModifier and TypeMethodDescriptionfinal void
ErrorDetail.format
(int index, List<ErrorDetail<?>> mergeableErrors, Formatter formatter) Formats this error along with other errors that are mergeable with this error.protected abstract void
ErrorDetail.formatDetail
(List<ErrorDetail<?>> mergeableErrors, Formatter formatter) Formats the detail of this error message along with other errors that are mergeable with this error.Constructors in com.google.inject.spi with parameters of type ErrorDetailModifierConstructorDescriptionMessage
(GuiceInternal internalOnly, ErrorId errorId, ErrorDetail<?> errorDetail)