Code Monkey home page Code Monkey logo

cpe200-week5-lab's Introduction

Week 5 - Lab: Exception Handling.

This lab will help you learn how to handle exception (i.e., error) in your code gracefully.

The objectives of this week are following:

  • Simple Data encapsulation and data validation.
  • Simple collection API (ArrayList)
  • Exception Handling

To complete the lab you need to meet following requirements:

  • Write the classes according the specifications.
  • Write a readable, sensible, usable, beautiful code.
  • Pass all the unit tests.

Requirement:

  1. For floating point number, only the five digits after dot will be considered in the result. The sixth and so on digit should be rounded to the nearest number, 5 will be always round up.

  2. Only the arguments with non-negative value will be computed, otherwise, RuntimeException should be thrown from operators.

  3. For division operation, it must throw an ArithmeticException when divide by zero.

  4. For username, it has to be alphanumeric only, no symbols. The first character must be an english alphabet. The username has to be at least eight character in length. The method setUserName() must return the previous user name, if any, or null. RuntimeException should be thrown if an invalid name is assigned.

  5. For password, it has to be alphanumeric only, no symbols. There must be at least one number and one english alphabet in the password. Also there must be at least one capitalized character and one non-capitalized character. The length must be at least 12. The method setPassword() must return the length of the new password. RuntimeException should be thrown when an invalid password is assigned.

  6. For Users class, deleteUser must throw runtimeException when deleting user does not exists.

cpe200-week5-lab's People

Contributors

pruet avatar

Watchers

 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.