Uses of Class
no.ntnu.idatt1002.spendwise.exceptions.ConformityException
Packages that use ConformityException
Package
Description
-
Uses of ConformityException in no.ntnu.idatt1002.spendwise.budgeting
Constructors in no.ntnu.idatt1002.spendwise.budgeting that throw ConformityException -
Uses of ConformityException in no.ntnu.idatt1002.spendwise.category
Methods in no.ntnu.idatt1002.spendwise.category that throw ConformityExceptionModifier and TypeMethodDescriptionvoid
EditCategoryController.addCategoryPressed
(javafx.event.ActionEvent actionEvent) Trigger when the add category button is pressed. -
Uses of ConformityException in no.ntnu.idatt1002.spendwise.data
Methods in no.ntnu.idatt1002.spendwise.data that throw ConformityExceptionModifier and TypeMethodDescriptionvoid
Category.addAll
(List<Transaction> transactionsToAdd) Adds all transactions present in a List to the category.void
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.void
Category.addTransaction
(Transaction t) Adds a transaction to the category.void
Register.addTransactionToCategory
(Transaction transaction, String catString) Adds a transaction to the register with a specified category.Transaction.getCategory()
Returns the category of the transaction.static Register
Reads data from a JSON file and returns a Register object.void
Register.removeTransaction
(Transaction transaction) Removes a transaction from the register. -
Uses of ConformityException in no.ntnu.idatt1002.spendwise.expenses
Methods in no.ntnu.idatt1002.spendwise.expenses that throw ConformityExceptionModifier and TypeMethodDescriptionvoid
EditExpenseController.addExpensePressed()
Triggers when the add expense button is pressed.void
EditExpenseController.deleteExpensePressed()
Triggers when the delete expense button is pressed.Constructors in no.ntnu.idatt1002.spendwise.expenses that throw ConformityException -
Uses of ConformityException in no.ntnu.idatt1002.spendwise.income
Methods in no.ntnu.idatt1002.spendwise.income that throw ConformityExceptionModifier and TypeMethodDescriptionvoid
EditIncomeController.addIncomePressed()
Trigger for when the add income button is pressed.void
EditIncomeController.deleteIncomePressed()
Trigger for when the delete income button is pressed.Constructors in no.ntnu.idatt1002.spendwise.income that throw ConformityException -
Uses of ConformityException in no.ntnu.idatt1002.spendwise.recurring
Constructors in no.ntnu.idatt1002.spendwise.recurring that throw ConformityException