Create three exception classes named numberhighexception

Assignment Help Programming Languages
Reference no: EM13784313

Exception Handling

First, create three exception classes named NumberHighException, NumberLowException, and NumberNegativeException. Both NumberHighException and NumberLowException should be directly subclassed from the Exception class, but NumberNegativeException should be subclassed from NumberLowException. You can use the BadDataException class that was defined in this module as the model for your exception classes.

Next create a class called Verify that will be used to validate that a number is within a specified range. It should have one constructor that has two int parameters. The first parameter is the minimum number in the range, and the second parameter is the maximum number in the range.

In addition to the constructor, the Verify class should have one method that is named validate. The validate method should have a single parameter of data type int. The parameter contains the number that is being validated. If the value of the parameter is less than zero, the method should throw a NumberNegativeException. If the value is less than the minimum value of the range, it should throw a NumberLowException. If the value is greater than the maximum value of the range, it should throw a NumberHighException. If the value is within the specified range, no exception should be thrown.

Once all of these classes are created, create the driver class called Program5. The driver class should instantiate a Verify object with a range of 10 to 100. It should then do the following:

·Prompt the user to input a number within the specified range.

·Use a Scanner to read the user input as an int. You can ensure that an int was entered because the nextInt method throws an InputMismatchException if any non-digits are entered.

·Call the validate method to validate that the number is within the range.

·Print an appropriate error message if the value is not within the range, or print the value if it is within the range.

You may use any Java IDE you choose to develop your source code, compile and link your code, and execute your program (jGRASP is recommended). Or you may use the Windows Command Prompt.

You are to submit the following deliverables in a single Microsoft Word file in this order, and clearly labeled:

·A screen snapshot of your Java source code (all file(s) shown separately) displayed in the IDE or Windows editor showing a successful compilation, if possible (only the beginning of the source file(s) are necessary).

·A listing of your entire source code file(s).

·A screen snapshot of all of your program's outputs for the specified values shown in the five Input/Ouput screens. Failure to show any of them will result in lost points.

Your instructor may compile and run your program to verify its correctness.

You will be evaluated on (in order of importance):

·Following directions, and the completeness and packaging of all deliverables.

·Correct execution of your program (this includes proper compilation). This also includes getting the correct answers!

·Proper commenting of your Java code and indentation (as specified in the text).

·Neatness in packaging of your deliverables (to include putting the items in the correct order, as specified above).

Reference no: EM13784313

Questions Cloud

Write an essay about the tap dance : Write an essay about the tap dance and the history of it not about the plot.
Equilibrium price and quantity of consumer loans : Based on this information, compare the equilibrium price and quantity of consumer loans before and after the Truth in Lending Simplification Act.
Write expanded definition of online learning for a newspaper : Not everyone is familiar with the trend of online education. Imagine that you have been asked to write an expanded definition of online learning for a local newspaper.
Example of an interactive audience : What is the best example of an interactive audience?
Create three exception classes named numberhighexception : create three exception classes named NumberHighException, NumberLowException, and NumberNegativeException. Both NumberHighException and NumberLowException should be directly subclassed from the Exception class, but NumberNegativeException should b..
Brief introduction of the article : The Article Critique assignment for this course should include the following components: • A brief introduction of the article
Research methods in developmental psychology : Now that you have done some "hands-on" experience with children, are you more or less likely to get involved with a child-based volunteer program, such as mentoring, Scouting, or sports, in the future?
About foundations of a compensation strategy : Foundations of a Compensation Strategy.
What are three common ways to describe physical events : What are three common ways to describe physical objects and events?

Reviews

Write a Review

Programming Languages Questions & Answers

  Create new method public to create and return new picture

Create a new method public Picture frame (int frameSize, Color frameColor) this method will create and return a new picture object.

  Describe the contents of text box after button is clicked

Describe the contents of the text box after the button is clicked

  Prepare a computer program to simulate the traffic

Write a computer program to simulate the traffic on a 2D plane under different traffic light control schemes.

  Explaining graphics as user experience on web sites

Graphics provide significant richness to the user experience on web sites. Discuss how each of these sites uses graphics in good or poor ways.

  Create prototype of function which returns integer value

Develop the C++ function which needs one integer parameter and returns the integer value. Function will double the value passed to it and return doubled value.

  Introduction to programming logic

JoCo imports products from overseas vendors and sells them in a series of online retail stores. In the recent past, JoCo has experienced a significant amount of growth in their online marketplace.

  Modify the inventory program to include an add button

Modify the Inventory Program to include an add button, a delete button, and a modify button on the GUI. These buttons should allow the user to perform the corresponding actions on the item name, the number of units in stock, and the price of each ..

  Html5 assignment i need an assignment for html5 containing

i need an assignment for html5 containing 2 parts1 3 pages html5 website2 report more important than the website

  Write program to show percentage of calories come from fat

Write a program which asks user to enter number of calories and fat grams in a food item. The program must display percentage of the calories that come from fat.

  Express javascript code that called to validate text-field

Write a JavaScript function to validate a text-field on a form that is to hold an email address.

  Program to do multiplications using divide-and-conquer

Recall that xy = (xy/2)2 if y is even. Use this to write down the function which calculates xy, suppose that y is a power of 2.

  Create logic to enter item until sentinel value is entered

Create a logic for and create the application allows user to enter an order item continuously until a sentinel value is entered.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd