|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.annotation.IncompleteAnnotationException
public class IncompleteAnnotationException
注釈のコンパイル (または直列化) 後に注釈型定義に追加された注釈型要素に、プログラムがアクセスを試みたことを示すためにスローされます。この例外は、新しい要素がデフォルト値を持つ場合にはスローされません。
| コンストラクタの概要 | |
|---|---|
IncompleteAnnotationException(Class<? extends Annotation> annotationType,
String elementName)
IncompleteAnnotationException を構築して、名前付き要素が指定された注釈型から見つからないことを示します。 |
|
| メソッドの概要 | |
|---|---|
Class<? extends Annotation> |
annotationType()
見つからない要素を持つ注釈型に対応する Class オブジェクトを返します。 |
String |
elementName()
見つからない要素の名前を返します。 |
| クラス java.lang.Throwable から継承されたメソッド |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public IncompleteAnnotationException(Class<? extends Annotation> annotationType,
String elementName)
annotationType - 注釈型に対応する Class オブジェクトelementName - 見つからない要素の名前| メソッドの詳細 |
|---|
public Class<? extends Annotation> annotationType()
public String elementName()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。