Uses of Class
no.ntnu.idatt1002.spendwise.exceptions.DuplicateNameException
Packages that use DuplicateNameException
Package
Description
-
Uses of DuplicateNameException in no.ntnu.idatt1002.spendwise.budgeting
Constructors in no.ntnu.idatt1002.spendwise.budgeting that throw DuplicateNameException -
Uses of DuplicateNameException in no.ntnu.idatt1002.spendwise.category
Methods in no.ntnu.idatt1002.spendwise.category that throw DuplicateNameExceptionModifier and TypeMethodDescriptionvoid
EditCategoryController.addCategoryPressed
(javafx.event.ActionEvent actionEvent) Trigger when the add category button is pressed. -
Uses of DuplicateNameException in no.ntnu.idatt1002.spendwise.data
Methods in no.ntnu.idatt1002.spendwise.data that throw DuplicateNameExceptionModifier and TypeMethodDescriptionvoid
Adds all categories passed to the register.void
Adds all categories passed to the register.void
Register.addCategory
(Category category) Adds a category to the register.static Register
Reads data from a JSON file and returns a Register object. -
Uses of DuplicateNameException in no.ntnu.idatt1002.spendwise.expenses
Constructors in no.ntnu.idatt1002.spendwise.expenses that throw DuplicateNameException -
Uses of DuplicateNameException in no.ntnu.idatt1002.spendwise.income
Constructors in no.ntnu.idatt1002.spendwise.income that throw DuplicateNameException -
Uses of DuplicateNameException in no.ntnu.idatt1002.spendwise.recurring
Constructors in no.ntnu.idatt1002.spendwise.recurring that throw DuplicateNameException