6566676869707172737475
catch(IllegalArgumentException e){} try { Pattern p = new Pattern("*"); p.match(null); fail("NullPointerException expected."); } catch(NullPointerException e){} }