com.sun.javadoc
インタフェース ThrowsTag

すべてのスーパーインタフェース:
java.io.Serializable, Tag

public interface ThrowsTag
extends Tag

特定のドキュメンテーションタグ @throws または @exception を表します。このクラスは、例外の名前と例外のコメントを解析し、格納します。注: @exception は @throws と下位互換性を持つタグで、@throws と同義です。

関連項目:
ExecutableMemberDoc.throwsTags()

メソッドの概要
 ClassDoc exception()
          例外を ClassDoc として返します。
 java.lang.String exceptionComment()
          例外のコメントを返します。
 java.lang.String exceptionName()
          例外の名前を返します。
 
インタフェース com.sun.javadoc.Tag から継承したメソッド
firstSentenceTags, inlineTags, kind, name, text, toString
 

メソッドの詳細

exceptionName

public java.lang.String exceptionName()
例外の名前を返します。

exceptionComment

public java.lang.String exceptionComment()
例外のコメントを返します。

exception

public ClassDoc exception()
例外を ClassDoc として返します。