class URLParseException extends Exception { URLParseException(String s) { System.err.println(s); System.exit(-1); } }