c.removeConnectionNotificationListener(nl,nf,h);
throw new AssertionError("No exception raised");
} catch (NullPointerException npe) {
// OK.
}
c.removeConnectionNotificationListener(listener);
System.out.println(c.getClass().getName() +
" successfully tested.");
} catch (Exception x) {
System.err.println("Unexpected exception for " +
urls[i] + ": " + x);