Searched defs:exceptionComment (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DThrowsTag.java54 String exceptionComment(); method in interface:ThrowsTag
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DThrowsTagImpl.java44 private final String exceptionComment; field in class:ThrowsTagImpl
55 exceptionComment = sa[1];
68 public String exceptionComment() { method in class:ThrowsTagImpl
69 return exceptionComment;
117 inlineTags = Comment.getInlineTags(holder, exceptionComment());

Completed in 29 milliseconds