354355356357358359360361362363364
if (!file.exists()) { String msg = importFilename + " File not found"; FileNotFoundException ex = new FileNotFoundException(msg); System.err.println("IDLToWsdl Error : " + ex.getMessage()); System.err.println(); ex.printStackTrace(); System.exit(1); } else { URI url = file.toURI(); return url.toString();
355356357358359360361362363364365
356357358359360361362363364365366
353354355356357358359360361362363