public final class TagAttributeException extends FaceletException
An Exception caused by a TagAttribute
Constructor and Description |
---|
TagAttributeException(TagAttribute attr)
Constructor.
|
TagAttributeException(TagAttribute attr,
String message)
Constructor.
|
TagAttributeException(TagAttribute attr,
String message,
Throwable cause)
Constructor.
|
TagAttributeException(TagAttribute attr,
Throwable cause)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
String message)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
String message,
Throwable cause)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
Throwable cause)
Constructor.
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TagAttributeException(TagAttribute attr)
attr
- the TagAttribute
.public TagAttributeException(TagAttribute attr, String message)
attr
- the TagAttribute
.message
- the message.public TagAttributeException(TagAttribute attr, Throwable cause)
attr
- the TagAttribute
.cause
- the cause.public TagAttributeException(TagAttribute attr, String message, 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, String message)
tag
- the Tag
.attr
- the TagAttribute
.message
- the message.public TagAttributeException(Tag tag, TagAttribute attr, Throwable cause)
tag
- the Tag
.attr
- the TagAttribute
.cause
- the cause.public TagAttributeException(Tag tag, TagAttribute attr, String message, Throwable cause)
tag
- the Tag
.attr
- the TagAttribute
.message
- the message.cause
- the cause.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.