public class AnnotationFormatError extends Error
AnnotatedElement
, 直列化された形式コンストラクタと説明 |
---|
AnnotationFormatError(String message)
指定された詳細メッセージを使用して AnnotationFormatError を新しく構築します。
|
AnnotationFormatError(String message, Throwable cause)
指定された詳細メッセージおよび原因を使用して AnnotationFormatError を新しく構築します。
|
AnnotationFormatError(Throwable cause)
指定された原因と詳細メッセージ (cause == null ? null : cause.toString()) を持つ、新しい AnnotationFormatError を構築します (これには通常、cause のクラスと詳細メッセージが含まれる)。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AnnotationFormatError(String message)
message
- 詳細メッセージ。public AnnotationFormatError(String message, Throwable cause)
cause
と関連付けられた詳細メッセージが、このエラーの詳細メッセージに自動的に統合されることはありません。message
- 詳細メッセージcause
- 原因 (null 値が許可され、原因が存在しないか不明であることを示す)public AnnotationFormatError(Throwable cause)
cause
- 原因 (null 値が許可され、原因が存在しないか不明であることを示す) バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.