public class OutOfMemoryError extends VirtualMachineError { // Public Constructors public OutOfMemoryError( ); public OutOfMemoryError(String s); }