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
- 見つからない要素の名前public Class<? extends Annotation> annotationType()
public String elementName()
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.