Class ElementExistsException

    • Constructor Detail

      • ElementExistsException

        public ElementExistsException()
        Constructs an ElementExistsException with no detail message.
      • ElementExistsException

        public ElementExistsException​(String s)
        Constructs an ElementExistsException with the specified detail message.
        Parameters:
        s - the detail message.