src/share/classes/com/sun/tools/doclets/formats/html/ClassUseWriter.java

changeset 1985
0e6577980181
parent 1965
720992953d43
child 2084
6e186ca11ec0
equal deleted inserted replaced
1984:189942cdf585 1985:0e6577980181
216 clsgen.close(); 216 clsgen.close();
217 } catch (IOException exc) { 217 } catch (IOException exc) {
218 configuration.standardmessage. 218 configuration.standardmessage.
219 error("doclet.exception_encountered", 219 error("doclet.exception_encountered",
220 exc.toString(), path.getPath()); 220 exc.toString(), path.getPath());
221 throw new DocletAbortException(); 221 throw new DocletAbortException(exc);
222 } 222 }
223 } 223 }
224 224
225 /** 225 /**
226 * Generate the class use list. 226 * Generate the class use list.

mercurial