Index: FileURL.java =================================================================== RCS file: /cvs/openide/src/org/openide/filesystems/FileURL.java,v retrieving revision 1.7 diff -r1.7 FileURL.java 136a137,144 > } catch (Exception x) { > ExternalUtil.exception(x); > throw new IOException(); > } catch (ThreadDeath td) { > throw td; > } catch (Throwable x) { > ExternalUtil.exception (new IllegalStateException()); > throw new IOException();