Class IllegalTagException

    • Constructor Detail

      • IllegalTagException

        public IllegalTagException​(String tag)

        Creates an Exception indicating that the name of the tag is invalid.

        Parameters:
        tag - the tag name
        See Also:
        Tag
      • IllegalTagException

        public IllegalTagException​(String tag,
                                   String reason)

        Creates an Exception indicating that the name of the tag is invalid.

        Parameters:
        tag - the tag name
        reason - the reason why the exception is thrown