Class TaskAlreadyExistsException

    • Constructor Detail

      • TaskAlreadyExistsException

        public TaskAlreadyExistsException​(String detail)
    • Method Detail

      • getTaskNames

        public List<String> getTaskNames()
        Returns a list of the names of the tasks that already exist, in the same order as they were given in the call to add(). Only some of the methods that throw a TaskAlreadyExistsException will populate this list. Otherwise it will be an empty list.