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

changeset 1985
0e6577980181
parent 1741
4c43e51433ba
child 2525
2eb010b6cb22
equal deleted inserted replaced
1984:189942cdf585 1985:0e6577980181
63 * @throws DocletAbortException this method will always throw a 63 * @throws DocletAbortException this method will always throw a
64 * DocletAbortException because it 64 * DocletAbortException because it
65 * is not supported. 65 * is not supported.
66 */ 66 */
67 public void addContent(Content content) { 67 public void addContent(Content content) {
68 throw new DocletAbortException(); 68 throw new DocletAbortException("not supported");
69 } 69 }
70 70
71 /** 71 /**
72 * This method is not supported by the class. 72 * This method is not supported by the class.
73 * 73 *
75 * @throws DocletAbortException this method will always throw a 75 * @throws DocletAbortException this method will always throw a
76 * DocletAbortException because it 76 * DocletAbortException because it
77 * is not supported. 77 * is not supported.
78 */ 78 */
79 public void addContent(String stringContent) { 79 public void addContent(String stringContent) {
80 throw new DocletAbortException(); 80 throw new DocletAbortException("not supported");
81 } 81 }
82 82
83 /** 83 /**
84 * {@inheritDoc} 84 * {@inheritDoc}
85 */ 85 */

mercurial