Class CategoryNotFoundException

    • Field Detail

      • category

        protected String category
    • Constructor Detail

      • CategoryNotFoundException

        public CategoryNotFoundException​(String category)

        Constructor for CategoryNotFoundException.

        Parameters:
        category - a String object.
    • Method Detail

      • getCategory

        public String getCategory()

        Getter for the field category.

        Returns:
        a String object.