Class TagAttributeException

All Implemented Interfaces:
Serializable

public final class TagAttributeException extends FaceletException

An Exception caused by a TagAttribute

Since:
2.0
See Also:
  • Constructor Details

    • TagAttributeException

      public TagAttributeException(TagAttribute attr)
      Constructor.
      Parameters:
      attr - the TagAttribute.
    • TagAttributeException

      public TagAttributeException(TagAttribute attr, String message)
      Constructor.
      Parameters:
      attr - the TagAttribute.
      message - the message.
    • TagAttributeException

      public TagAttributeException(TagAttribute attr, Throwable cause)
      Constructor.
      Parameters:
      attr - the TagAttribute.
      cause - the cause.
    • TagAttributeException

      public TagAttributeException(TagAttribute attr, String message, Throwable cause)
      Constructor.
      Parameters:
      attr - the TagAttribute.
      message - the message.
      cause - the cause.
    • TagAttributeException

      public TagAttributeException(Tag tag, TagAttribute attr)
      Constructor.
      Parameters:
      tag - the Tag.
      attr - the TagAttribute.
    • TagAttributeException

      public TagAttributeException(Tag tag, TagAttribute attr, String message)
      Constructor.
      Parameters:
      tag - the Tag.
      attr - the TagAttribute.
      message - the message.
    • TagAttributeException

      public TagAttributeException(Tag tag, TagAttribute attr, Throwable cause)
      Constructor.
      Parameters:
      tag - the Tag.
      attr - the TagAttribute.
      cause - the cause.
    • TagAttributeException

      public TagAttributeException(Tag tag, TagAttribute attr, String message, Throwable cause)
      Constructor.
      Parameters:
      tag - the Tag.
      attr - the TagAttribute.
      message - the message.
      cause - the cause.