3031323334353637383940
public void testNullConstructor() { try { new ImageImpl(null); fail("expected illegal argument exception"); } catch(IllegalArgumentException iae) { ; }