A B C D E F G H I J K L M N O P R S T U V W

O

ObjectStreamException - exception java.io.ObjectStreamException.
This is the superclass of all exceptions that can happen when serializing or deserialing objects.
OptionalDataException - exception java.io.OptionalDataException.
When readObject() encounters primitive types (int, char, etc) instead of an object instance in the input stream, this type of exception will be thrown.
OutOfMemoryError - error java.lang.OutOfMemoryError.
This error is thrown when a request is made for more memory either as a result of the running program, or because of the internal behavior of the virtual machine which can not be satisfied using the available platform resources.
OutOfMemoryError() - Constructor for class java.lang.OutOfMemoryError
Constructs a new instance of this class with its walkback filled in.
OutOfMemoryError(String) - Constructor for class java.lang.OutOfMemoryError
Constructs a new instance of this class with its walkback and message filled in.

A B C D E F G H I J K L M N O P R S T U V W