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

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

mercurial