Searched refs:throwsTag (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DTagletWriterImpl.java231 public TagletOutput throwsTagOutput(ThrowsTag throwsTag) { argument
233 result += throwsTag.exceptionType() == null ?
234 htmlWriter.codeText(throwsTag.exceptionName()) :
237 throwsTag.exceptionType())));
239 htmlWriter.commentTagsToString(throwsTag, null,
240 throwsTag.inlineTags(), false));
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DThrowsTaglet.java55 ThrowsTag throwsTag = (ThrowsTag) input.tag;
56 exception = throwsTag.exception();
58 throwsTag.exceptionName() :
59 throwsTag.exception().qualifiedName();
H A DTagletWriter.java133 * @param throwsTag the throws tag.
136 protected abstract TagletOutput throwsTagOutput(ThrowsTag throwsTag); argument

Completed in 24 milliseconds