Class AttributeException

    • Constructor Detail

      • AttributeException

        public AttributeException()
        Construct the exception.
      • AttributeException

        public AttributeException​(String name)
        Construct the exception.
        Parameters:
        name - is the name of the attribute on which something wrong appended.
      • AttributeException

        public AttributeException​(Throwable cause)
        Construct the exception.
        Parameters:
        cause - is the exception to forward.