Class TagAttributeException

    • Constructor Detail

      • 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,
                                     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,
                                     String message,
                                     Throwable cause)
        Constructor.
        Parameters:
        tag - the Tag.
        attr - the TagAttribute.
        message - the message.
        cause - the cause.