Serialized Form
Package com.google.inject |
serialVersionUID: 0L
messages
ImmutableSet<E> messages
partialValue
Object partialValue
serialVersionUID: 0L
messages
ImmutableSet<E> messages
serialVersionUID: 0L
messages
ImmutableSet<E> messages
Package com.google.inject.internal |
root
Errors root
- The root errors object. Used to access the list of error messages.
parent
Errors parent
- The parent errors object. Used to obtain the chain of source objects.
source
Object source
- The leaf source for errors added here.
errors
List<E> errors
- null unless (root == this) and error messages exist. Never an empty list.
errors
Errors errors
serialVersionUID: 0L
componentType
Type componentType
serialVersionUID: 0L
ownerType
Type ownerType
rawType
Type rawType
typeArguments
Type[] typeArguments
serialVersionUID: 0L
upperBound
Type upperBound
lowerBound
Type lowerBound
Package com.google.inject.internal.util |
Class com.google.inject.internal.util.$AsynchronousComputationException extends com.google.inject.internal.util.$ComputationException implements Serializable |
Class com.google.inject.internal.util.$ComputationException extends RuntimeException implements Serializable |
Class com.google.inject.internal.util.$ImmutableCollection extends Object implements Serializable |
writeReplace
Object writeReplace()
Class com.google.inject.internal.util.$ImmutableList extends com.google.inject.internal.util.$ImmutableCollection<E> implements Serializable |
readObject
private void readObject(ObjectInputStream arg0)
throws InvalidObjectException
- Throws:
InvalidObjectException
writeReplace
Object writeReplace()
Class com.google.inject.internal.util.$ImmutableMap extends Object implements Serializable |
writeReplace
Object writeReplace()
Class com.google.inject.internal.util.$ImmutableSet extends com.google.inject.internal.util.$ImmutableCollection<E> implements Serializable |
writeReplace
Object writeReplace()
Class com.google.inject.internal.util.$Join.JoinException extends RuntimeException implements Serializable |
serialVersionUID: 1L
writeReplace
Object writeReplace()
readObject
private void readObject(ObjectInputStream stream)
throws InvalidObjectException
- Throws:
InvalidObjectException
writeReplace
Object writeReplace()
writeReplace
Object writeReplace()
writeReplace
Object writeReplace()
serialVersionUID: 1L
Package com.google.inject.spi |
serialVersionUID: 0L
writeReplace
private Object writeReplace()
throws ObjectStreamException
- When serialized, we eagerly convert sources to strings. This hurts our formatting, but it
guarantees that the receiving end will be able to read the message.
- Throws:
ObjectStreamException
message
String message
cause
Throwable cause
sources
List<E> sources
Copyright © 2006-2013 Google, Inc.. All Rights Reserved.