Class NodeNotInCategoryException

    • Constructor Detail

      • NodeNotInCategoryException

        public NodeNotInCategoryException()
        Default class constructor. Constructs a new exception with a default message.
      • NodeNotInCategoryException

        public NodeNotInCategoryException​(String s)
        Constructs a new exception with the passed string as the message encapsulated in the exception.
        Parameters:
        s - The exception's message.