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 TypeMethodDescriptionvoidEditCategoryController.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 TypeMethodDescriptionvoidAdds all categories passed to the register.voidAdds all categories passed to the register.voidRegister.addCategory(Category category) Adds a category to the register.static RegisterReads 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