Class java.lang.OutOfMemoryError (1.0)


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