langtools/src/share/classes/com/sun/tools/doclets/formats/html/TreeWriter.java
changeset 19667 fdfce85627a9
parent 14358 9eda9239cba0
child 21478 fa4c7cda1b41
equal deleted inserted replaced
19666:01a225608c25 19667:fdfce85627a9
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    91             treegen.close();
    91             treegen.close();
    92         } catch (IOException exc) {
    92         } catch (IOException exc) {
    93             configuration.standardmessage.error(
    93             configuration.standardmessage.error(
    94                         "doclet.exception_encountered",
    94                         "doclet.exception_encountered",
    95                         exc.toString(), filename);
    95                         exc.toString(), filename);
    96             throw new DocletAbortException();
    96             throw new DocletAbortException(exc);
    97         }
    97         }
    98     }
    98     }
    99 
    99 
   100     /**
   100     /**
   101      * Generate the interface hierarchy and class hierarchy.
   101      * Generate the interface hierarchy and class hierarchy.