Giter Site home page Giter Site logo

bankwithexceptions's Introduction

BankWithExceptions

Clone the C# project BankWithExceptions.

This exercise is about throwing and catching exceptions The project contains a class BankAccount. It defines a fairly straightforward bank account, but there are a few restrictions in it (see the code). One restriction is that the balance must not become negative.

The project also contains three additional classes: ๏‚ท

  • IllegalInterestRateException
  • NegativeAmountException
  • WithdrawAmountTooLargeException

They are all exception classes, i.e. they inherit from Exception. The specific purpose of each exception class is described in the code. The BankAccount class already uses the WithdrawAmountToo-LargeException class, to prevent that the balance becomes negative (see the Withdraw method)

  1. Modify the code in the BankAccount class, such that the additional exception classes are used properly

  2. Update the test code found in InsertCodeHere.cs, such that method calls that could cause an exception to be thrown are enclosed in try-catch blocks

  3. Test that the exceptions are thrown and handled properly, by adding some test code that will provoke the exceptions to happen

bankwithexceptions's People

Contributors

nataschaj avatar martinkierkegaard avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.