Serialized Form
-
Package com.google.inject
-
Class com.google.inject.ConfigurationException extends RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.inject.CreationException extends RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
messages
com.google.common.collect.ImmutableSet<Message> messages
-
-
Class com.google.inject.OutOfScopeException extends RuntimeException implements Serializable
-
Class com.google.inject.ProvisionException extends RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
messages
com.google.common.collect.ImmutableSet<Message> messages
-
-
-
Package com.google.inject.internal
-
Class com.google.inject.internal.Errors extends Object implements Serializable
-
Serialized Fields
-
errors
List<Message> errors
null unless (root == this) and error messages exist. Never an empty list. -
parent
Errors parent
The parent errors object. Used to obtain the chain of source objects. -
root
Errors root
The root errors object. Used to access the list of error messages. -
source
Object source
The leaf source for errors added here.
-
-
-
Class com.google.inject.internal.ErrorsException extends Exception implements Serializable
-
Serialized Fields
-
errors
Errors errors
-
-
-
Class com.google.inject.internal.GenericErrorDetail extends com.google.inject.internal.InternalErrorDetail<GenericErrorDetail> implements Serializable
-
Class com.google.inject.internal.InternalProvisionException extends Exception implements Serializable
-
Class com.google.inject.internal.MoreTypes.GenericArrayTypeImpl extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
componentType
Type componentType
-
-
Class com.google.inject.internal.MoreTypes.ParameterizedTypeImpl extends Object implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.inject.internal.MoreTypes.WildcardTypeImpl extends Object implements Serializable
- serialVersionUID:
- 0L
-
-
Package com.google.inject.spi
-
Class com.google.inject.spi.ErrorDetail extends Object implements Serializable
-
Class com.google.inject.spi.Message extends Object implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
When serialized, we convert the error detail to aGenericErrorDetail
with string sources. This hurts our formatting, but it guarantees that the receiving end will be able to read the message.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
errorDetail
ErrorDetail<?> errorDetail
-
errorId
ErrorId errorId
-
-