public final class TagAttributeException extends FaceletException
An Exception caused by a TagAttribute
Constructor and Description |
---|
TagAttributeException(TagAttribute attr)
Constructor.
|
TagAttributeException(TagAttribute attr,
java.lang.String message)
Constructor.
|
TagAttributeException(TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
TagAttributeException(TagAttribute attr,
java.lang.Throwable cause)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.Throwable cause)
Constructor.
|
getCause
public TagAttributeException(TagAttribute attr)
attr
- the TagAttribute
.public TagAttributeException(TagAttribute attr, java.lang.String message)
attr
- the TagAttribute
.message
- the message.public TagAttributeException(TagAttribute attr, java.lang.Throwable cause)
attr
- the TagAttribute
.cause
- the cause.public TagAttributeException(TagAttribute attr, java.lang.String message, java.lang.Throwable cause)
attr
- the TagAttribute
.message
- the message.cause
- the cause.public TagAttributeException(Tag tag, TagAttribute attr)
tag
- the Tag
.attr
- the TagAttribute
.public TagAttributeException(Tag tag, TagAttribute attr, java.lang.String message)
tag
- the Tag
.attr
- the TagAttribute
.message
- the message.public TagAttributeException(Tag tag, TagAttribute attr, java.lang.Throwable cause)
tag
- the Tag
.attr
- the TagAttribute
.cause
- the cause.public TagAttributeException(Tag tag, TagAttribute attr, java.lang.String message, java.lang.Throwable cause)
tag
- the Tag
.attr
- the TagAttribute
.message
- the message.cause
- the cause.