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

changeset 1985
0e6577980181
parent 1935
8c55df2442c1
child 2147
130b8c0e570e
equal deleted inserted replaced
1984:189942cdf585 1985:0e6577980181
113 profpackgen.close(); 113 profpackgen.close();
114 } catch (IOException exc) { 114 } catch (IOException exc) {
115 configuration.standardmessage.error( 115 configuration.standardmessage.error(
116 "doclet.exception_encountered", 116 "doclet.exception_encountered",
117 exc.toString(), DocPaths.PACKAGE_FRAME.getPath()); 117 exc.toString(), DocPaths.PACKAGE_FRAME.getPath());
118 throw new DocletAbortException(); 118 throw new DocletAbortException(exc);
119 } 119 }
120 } 120 }
121 121
122 /** 122 /**
123 * Add class listing for all the classes in this package. Divide class 123 * Add class listing for all the classes in this package. Divide class

mercurial