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 classGeneric error message representing a Guice internal error.Method parameters in com.google.inject.internal with type arguments of type ErrorDetailModifier and TypeMethodDescriptionvoidGenericErrorDetail.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 TypeClassDescriptionclassErrorDetail<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 TypeMethodDescriptionbooleanErrorDetail.isMergeable(ErrorDetail<?> otherError) Returns true if this error can be merged with theotherErrorand formatted together.Method parameters in com.google.inject.spi with type arguments of type ErrorDetailModifier and TypeMethodDescriptionfinal voidErrorDetail.format(int index, List<ErrorDetail<?>> mergeableErrors, Formatter formatter) Formats this error along with other errors that are mergeable with this error.protected abstract voidErrorDetail.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)