public final class TagAttributeException extends FaceletException
An Exception caused by a TagAttribute
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TagAttributeException(TagAttribute attr) |
TagAttributeException(TagAttribute attr,
java.lang.String message) |
TagAttributeException(TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause) |
TagAttributeException(TagAttribute attr,
java.lang.Throwable cause) |
TagAttributeException(Tag tag,
TagAttribute attr) |
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message) |
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause) |
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
print(Tag tag,
TagAttribute attr) |
getCause
private static final long serialVersionUID
public TagAttributeException(TagAttribute attr)
public TagAttributeException(TagAttribute attr, java.lang.String message)
public TagAttributeException(TagAttribute attr, java.lang.Throwable cause)
public TagAttributeException(TagAttribute attr, java.lang.String message, java.lang.Throwable cause)
public TagAttributeException(Tag tag, TagAttribute attr)
public TagAttributeException(Tag tag, TagAttribute attr, java.lang.String message)
message
- public TagAttributeException(Tag tag, TagAttribute attr, java.lang.Throwable cause)
cause
- public TagAttributeException(Tag tag, TagAttribute attr, java.lang.String message, java.lang.Throwable cause)
message
- cause
- private static java.lang.String print(Tag tag, TagAttribute attr)