修飾子と型 | メソッドと説明 |
---|---|
ClassDoc |
exception()
例外を表す
ClassDoc を返します。 |
String |
exceptionComment()
この
ThrowsTag に関連する例外のコメントを返します。 |
String |
exceptionName()
この
ThrowsTag に関連する例外の名前を返します。 |
Type |
exceptionType()
この
ThrowsTag に関連する例外の型を返します。 |
firstSentenceTags, holder, inlineTags, kind, name, position, text, toString
String exceptionName()
ThrowsTag
に関連する例外の名前を返します。String exceptionComment()
ThrowsTag
に関連する例外のコメントを返します。ClassDoc exception()
ClassDoc
を返します。例外の型が型変数である場合、その型の消去の ClassDoc
を返します。
このメソッドは、特定のジェネリック型の構造に対応できません。exceptionType
メソッドを代わりに使用してください。
ClassDoc
。exceptionType()
Type exceptionType()
ThrowsTag
に関連する例外の型を返します。これは、ClassDoc
または TypeVariable
となる可能性があります。 バグまたは機能を送信
Java は米国ならびにその他の国における Oracle Corporation およびその関連企業の商標または登録商標です。
Copyright © 1993, 2013, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.