/* * testException.java * * Created on 16 November 2001, 09:50 */ package uk.ac.leeds.ccg.andyt.tests.java; import java.util.*; import java.io.*; /** * * @author andyt * @version */ public class TestError { /** Creates new TestError */ public TestError() { } /** * @param args the command line arguments */ public static void main (String args[]) { /* * Test java.lang.OutOfMemoryError */ /* int max=Integer.MAX_VALUE; for (int i=0;i