public class IncompleteAnnotationException extends RuntimeException
AnnotatedElement
, 直列化された形式コンストラクタと説明 |
---|
IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName)
IncompleteAnnotationExceptionを構築して、名前付き要素が指定された注釈型から見つからないことを示します。
|
修飾子と型 | メソッドと説明 |
---|---|
Class<? extends Annotation> |
annotationType()
見つからない要素を持つ注釈型に対応するClassオブジェクトを返します。
|
String |
elementName()
見つからない要素の名前を返します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName)
annotationType
- 注釈型に対応するClassオブジェクトelementName
- 見つからない要素の名前NullPointerException
- いずれかのパラメータがnull
の場合public Class<? extends Annotation> annotationType()
public String elementName()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.