クラス TagAttributeException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.faces.FacesException
-
- jakarta.faces.view.facelets.FaceletException
-
- jakarta.faces.view.facelets.TagAttributeException
- 実装されたすべてのインターフェース:
SerializableSE
public final class TagAttributeException extends FaceletException
TagAttribute
による例外- 導入:
- 2.0
- 関連事項:
- 直列化された形式
コンストラクターのサマリー
コンストラクター コンストラクター 説明 TagAttributeException(TagAttribute attr)
コンストラクター。TagAttributeException(TagAttribute attr, StringSE message)
コンストラクター。TagAttributeException(TagAttribute attr, StringSE message, ThrowableSE cause)
コンストラクター。TagAttributeException(TagAttribute attr, ThrowableSE cause)
コンストラクター。TagAttributeException(Tag tag, TagAttribute attr)
コンストラクター。TagAttributeException(Tag tag, TagAttribute attr, StringSE message)
コンストラクター。TagAttributeException(Tag tag, TagAttribute attr, StringSE message, ThrowableSE cause)
コンストラクター。TagAttributeException(Tag tag, TagAttribute attr, ThrowableSE cause)
コンストラクター。
メソッドのサマリー
クラス jakarta.faces.FacesException から継承されたメソッド
getCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
TagAttributeException
public TagAttributeException(TagAttribute attr)
コンストラクター。- パラメーター:
attr
-TagAttribute
TagAttributeException
public TagAttributeException(TagAttribute attr, StringSE message)
コンストラクター。- パラメーター:
attr
-TagAttribute
message
- メッセージ。
TagAttributeException
public TagAttributeException(TagAttribute attr, ThrowableSE cause)
コンストラクター。- パラメーター:
attr
-TagAttribute
cause
- 原因。
TagAttributeException
public TagAttributeException(TagAttribute attr, StringSE message, ThrowableSE cause)
コンストラクター。- パラメーター:
attr
-TagAttribute
message
- メッセージ。cause
- 原因。
TagAttributeException
public TagAttributeException(Tag tag, TagAttribute attr)
コンストラクター。- パラメーター:
tag
-Tag
attr
-TagAttribute
TagAttributeException
public TagAttributeException(Tag tag, TagAttribute attr, StringSE message)
コンストラクター。- パラメーター:
tag
-Tag
attr
-TagAttribute
message
- メッセージ。
TagAttributeException
public TagAttributeException(Tag tag, TagAttribute attr, ThrowableSE cause)
コンストラクター。- パラメーター:
tag
-Tag
attr
-TagAttribute
cause
- 原因。
TagAttributeException
public TagAttributeException(Tag tag, TagAttribute attr, StringSE message, ThrowableSE cause)
コンストラクター。- パラメーター:
tag
-Tag
attr
-TagAttribute
message
- メッセージ。cause
- 原因。