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
writeReplace
Object writeReplace()
readObject
private void readObject(ObjectInputStream stream)
throws InvalidObjectException
- Throws:
InvalidObjectException
writeReplace
Object writeReplace()
writeReplace
Object writeReplace()
writeReplace
Object writeReplace()
serialVersionUID: 1L
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.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-2011 Google, Inc.. All Rights Reserved.