Class TagAttributeException

    • Constructor Detail

      • TagAttributeException

        public TagAttributeException​(TagAttribute attr)
      • TagAttributeException

        public TagAttributeException​(TagAttribute attr,
                                     java.lang.String message)
      • TagAttributeException

        public TagAttributeException​(TagAttribute attr,
                                     java.lang.Throwable cause)
      • TagAttributeException

        public TagAttributeException​(TagAttribute attr,
                                     java.lang.String message,
                                     java.lang.Throwable cause)
      • TagAttributeException

        public TagAttributeException​(Tag tag,
                                     TagAttribute attr)
      • TagAttributeException

        public TagAttributeException​(Tag tag,
                                     TagAttribute attr,
                                     java.lang.String message)
        Parameters:
        message -
      • TagAttributeException

        public TagAttributeException​(Tag tag,
                                     TagAttribute attr,
                                     java.lang.Throwable cause)
        Parameters:
        cause -
      • TagAttributeException

        public TagAttributeException​(Tag tag,
                                     TagAttribute attr,
                                     java.lang.String message,
                                     java.lang.Throwable cause)
        Parameters:
        message -
        cause -