Class UnsupportedAttributeException

    • Constructor Detail

      • UnsupportedAttributeException

        public UnsupportedAttributeException()
        Creates a new UnsupportedAttributeException.
      • UnsupportedAttributeException

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

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

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