langtools/src/share/classes/com/sun/tools/doclets/formats/html/PackageIndexWriter.java
changeset 19667 fdfce85627a9
parent 19499 23bc1014824b
child 19937 7dacecdfbad4
equal deleted inserted replaced
19666:01a225608c25 19667:fdfce85627a9
    96             packgen.close();
    96             packgen.close();
    97         } catch (IOException exc) {
    97         } catch (IOException exc) {
    98             configuration.standardmessage.error(
    98             configuration.standardmessage.error(
    99                         "doclet.exception_encountered",
    99                         "doclet.exception_encountered",
   100                         exc.toString(), filename);
   100                         exc.toString(), filename);
   101             throw new DocletAbortException();
   101             throw new DocletAbortException(exc);
   102         }
   102         }
   103     }
   103     }
   104 
   104 
   105     /**
   105     /**
   106      * Depending upon the grouping information and their titles, add
   106      * Depending upon the grouping information and their titles, add