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, toStringpublic 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, 2014, Oracle and/or its affiliates. All rights reserved.