Class | Description |
---|---|
ObjectIOTests |
Exception | Description |
---|---|
ObjectIOClassNotFoundException |
Class of a serialized object cannot be found.
|
ObjectIODataCorruptedException |
data is inconsistent.
|
ObjectIODataRecordNotFoundException |
Thrown to indicate that data record read failed because not found in file.
|
ObjectIOException | |
ObjectIOInvalidClassException |
throws when something is wrong with a class used by serialization
|
ObjectIONotSerializableException |
Some object to be serialized does not follow joafip persistence rules or does
not implement the java.io.Serializable interface.
|
ObjectIORuntimeException | |
ObjectIOTooBigForSerializationException |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.