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

changeset 1985
0e6577980181
parent 1935
8c55df2442c1
child 1993
240f424cc0d5
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/AnnotationTypeWriterImpl.java	Wed Aug 28 15:40:33 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/AnnotationTypeWriterImpl.java	Thu Aug 29 11:41:20 2013 -0700
     1.3 @@ -304,7 +304,7 @@
     1.4              subDiv.addContent(div);
     1.5          } catch (Exception e) {
     1.6              e.printStackTrace();
     1.7 -            throw new DocletAbortException();
     1.8 +            throw new DocletAbortException(e);
     1.9          }
    1.10      }
    1.11  

mercurial