AccountDepositException.java defines a catchable exception class for use with bank account classes and is used to indicate a negative deposit amount. This class extends AccountException.
Constructor for the exceptionRecieves: As string with the reason for the exception.
Postcondition: The exception has been constructed.
Back to the package documentation index