Question: Repeat Exercise E11.15 , but throw exceptions of three exception types that you provide. Data from Exercise E11.15 Modify the BankAccount class to throw
Repeat Exercise • E11.15 , but throw exceptions of three exception types that you provide.
Data from Exercise E11.15 Modify the BankAccount class to throw an IllegalArgumentException when the account is constructed with a negative balance, when a negative amount is deposited, or when an amount that is not between 0 and the current balance is withdrawn. Write a test program that causes all three exceptions to occur and that catches them all.
Step by Step Solution
3.47 Rating (147 Votes )
There are 3 Steps involved in it
In order to solve this question we need to first define three custom exception classes corresponding to each of the scenarios stated in the exercise 1 ... View full answer
Get step-by-step solutions from verified subject matter experts
