| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.lang.annotation.AnnotationFormatError
public class AnnotationFormatError
注釈パーサーがクラスファイルから注釈の読み取りを試みて、注釈が不正であると判断した場合にスローされます。
| コンストラクタの概要 | |
|---|---|
| AnnotationFormatError(String message)指定された詳細メッセージを使用して AnnotationFormatError を新しく構築します。 | |
| AnnotationFormatError(String message,
                      Throwable cause)指定された詳細メッセージおよび原因を使用して AnnotationFormatError を新しく構築します。 | |
| AnnotationFormatError(Throwable cause)指定された原因と詳細メッセージ (cause == null ? null :cause.toString()) を持つ、新しい AnnotationFormatError を構築します (通常、クラスと cause の詳細メッセージを含みます)。 | |
| メソッドの概要 | 
|---|
| クラス 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 AnnotationFormatError(String message)
message - 詳細メッセージ
public AnnotationFormatError(String message,
                             Throwable cause)
cause と関連付けられた詳細メッセージが、このエラーの詳細メッセージに自動的に統合されることはありません。
message - 詳細メッセージcause - 原因 (null 値が許可され、原因が存在しないか不明であることを示す)public AnnotationFormatError(Throwable cause)
cause - 原因 (null 値が許可され、原因が存在しないか不明であることを示す)| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。