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 TypeMethodDescriptionvoidEditCategoryController.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 TypeMethodDescriptionvoidCategory.addAll(List<Transaction> transactionsToAdd) Adds all transactions present in a List to the category.voidAdds all categories passed to the register.voidAdds all categories passed to the register.voidRegister.addCategory(Category category) Adds a category to the register.voidCategory.addTransaction(Transaction t) Adds a transaction to the category.voidRegister.addTransactionToCategory(Transaction transaction, String catString) Adds a transaction to the register with a specified category.Transaction.getCategory()Returns the category of the transaction.static RegisterReads data from a JSON file and returns a Register object.voidRegister.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 TypeMethodDescriptionvoidEditExpenseController.addExpensePressed()Triggers when the add expense button is pressed.voidEditExpenseController.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 TypeMethodDescriptionvoidEditIncomeController.addIncomePressed()Trigger for when the add income button is pressed.voidEditIncomeController.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