Serialized Form
-
Package com.google.inject
-
Exception Class com.google.inject.ConfigurationException
class ConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.google.inject.CreationException
class CreationException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
messages
com.google.common.collect.ImmutableSet<Message> messages
-
-
Exception Class com.google.inject.OutOfScopeException
class OutOfScopeException extends RuntimeException implements Serializable -
Exception Class com.google.inject.ProvisionException
class 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
class 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.
-
-
-
Exception Class com.google.inject.internal.ErrorsException
class ErrorsException extends Exception implements Serializable-
Serialized Fields
-
errors
Errors errors
-
-
-
Class com.google.inject.internal.GenericErrorDetail
class GenericErrorDetail extends com.google.inject.internal.InternalErrorDetail<GenericErrorDetail> implements Serializable -
Exception Class com.google.inject.internal.InternalProvisionException
class InternalProvisionException extends Exception implements Serializable -
Class com.google.inject.internal.MoreTypes.GenericArrayTypeImpl
class GenericArrayTypeImpl extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
componentType
Type componentType
-
-
Class com.google.inject.internal.MoreTypes.ParameterizedTypeImpl
class ParameterizedTypeImpl extends Object implements Serializable- serialVersionUID:
- 0L
-
Class com.google.inject.internal.MoreTypes.WildcardTypeImpl
class WildcardTypeImpl extends Object implements Serializable- serialVersionUID:
- 0L
-
-
Package com.google.inject.spi
-
Class com.google.inject.spi.ErrorDetail
class ErrorDetail extends Object implements Serializable -
Class com.google.inject.spi.Message
class Message extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
When serialized, we convert the error detail to aGenericErrorDetailwith 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
-
-