This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 23803
Collapse All | Expand All

(-)FileURL.java (+8 lines)
Line 137 Link Here
137
        } catch (Exception x) {
138
            ExternalUtil.exception(x);
139
            throw new IOException();
140
        } catch (ThreadDeath td) {
141
            throw td;
142
        } catch (Throwable x) {
143
            ExternalUtil.exception (new IllegalStateException());
144
            throw new IOException();

Return to bug 23803