home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / lang / OutOfMemoryError.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  220 b   |  11 lines

  1. package java.lang;
  2.  
  3. public class OutOfMemoryError extends VirtualMachineError {
  4.    public OutOfMemoryError() {
  5.    }
  6.  
  7.    public OutOfMemoryError(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.