Class InternalErrorDetail<T extends ErrorDetail<T>>

java.lang.Object
com.google.inject.spi.ErrorDetail<T>
com.google.inject.internal.InternalErrorDetail<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BindingAlreadySetError, ChildBindingAlreadySetError, DuplicateElementError, DuplicateMapKeyError, GenericErrorDetail, MissingConstructorError, MissingImplementationError, ScopeNotFoundError

abstract class InternalErrorDetail<T extends ErrorDetail<T>> extends ErrorDetail<T>
Represents an error created by Guice as opposed to custom error added to the binder from application code.