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

changeset 1985
0e6577980181
parent 1364
8db45b13526e
child 2525
2eb010b6cb22
equal deleted inserted replaced
1984:189942cdf585 1985:0e6577980181
1 /* 1 /*
2 * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2010, 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
89 * @throws DocletAbortException this method will always throw a 89 * @throws DocletAbortException this method will always throw a
90 * DocletAbortException because it 90 * DocletAbortException because it
91 * is not supported. 91 * is not supported.
92 */ 92 */
93 public void addContent(String stringContent) { 93 public void addContent(String stringContent) {
94 throw new DocletAbortException(); 94 throw new DocletAbortException("not supported");
95 } 95 }
96 96
97 /** 97 /**
98 * {@inheritDoc} 98 * {@inheritDoc}
99 */ 99 */

mercurial