Class UnsupportedTagException

    • Constructor Detail

      • UnsupportedTagException

        public UnsupportedTagException()
        Creates a new UnsupportedTagException.
      • UnsupportedTagException

        public UnsupportedTagException​(String msg)
        Creates a new UnsupportedTagException with the specified detail message.
        Parameters:
        msg - the exception's detail message
      • UnsupportedTagException

        public UnsupportedTagException​(Throwable initCause)
        Creates a new UnsupportedTagException with the specified cause.
        Parameters:
        initCause - the exception's initCause
      • UnsupportedTagException

        public UnsupportedTagException​(String msg,
                                       Throwable initCause)
        Creates a new UnsupportedTagException with the specified detail message and cause.
        Parameters:
        msg - the exception's detail message
        initCause - the exception's initCause