AccountException.java defines a catchable exception class which will be the base class for all bank account exceptions.
Constructor for the exceptionRecieves: As string with the reason for the exception.
Postcondition: The exception has been constructed.
Back to the package documentation index