Create exception classes

Assignment Help JAVA Programming
Reference no: EM13809544

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 in the validate class 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.

Reference no: EM13809544

Questions Cloud

Identify the conflicting or competing priorities stakeholder : Describe the ethical thinking or philosophy of each stakeholder. Identify the conflicting or competing priorities of each stakeholder.
Describe the subcultures origins and history : Describe the subcultures origins and history
Premium bond making annual payments : Bond X is a premium bond making annual payments. The bond has a coupon rate of 9 percent, a YTM of 7 percent, and has 13 years to maturity. Bond Y is a discount bond making annual payments. This bond has a coupon rate of 7 percent, a YTM of 9 percent..
Write research paper about collage life in the united states : Write a research paper about collage life in the United States.
Create exception classes : First, create three exception classes named NumberHighException, NumberLowException, and NumberNegativeException. Both NumberHighException and NumberLowException should be directly subclassed from the Exception class, but NumberNegativeException s..
What is expected dividend yield for portmans stock today : Portman Industries just paid a dividend of $2.16 per share. Th company expects the coming year to be very profitable, and its dividend is expected to grow by 12% over the next year. What is the expected dividend yield for Portman's stock today?
How is race socially constructed : How is race socially constructed
Calculate NPV-Payback-Discounted Payback and Modified IRR : Calculate NPV, Payback, Discounted Payback, IRR and Modified IRR for the following project
Meeting about establishing self-directed : You have just attended a manager's meeting about establishing self-directed, high-performing teams. The company is concerned because some of the managers are having success building self-directed, high-performing teams while others are not.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Draw a picture with an appearance

You must use the given Rectangle and Oval classes to draw a picture with an appearance as close as possible.

  Calculate the largest divide by the smallest number

Please also calculate the largest divide by the smallest number provide the quotient and remainder and also put the information as a string on the applet. All the numbers will presented in two decimal places.

  Writing an applet with graphics in this programming

writing an applet with graphics in this programming activity you will write an applet that uses graphics. you will draw

  Program will read parameters plaintext and ciphertextfrom

Specifically, your program will read parameters, plaintext and ciphertextfrom a file named "input.txt" (under the same directory).Then your program needs tocreate a file named "output.txt" (under the same directory) and prints the public key, private..

  Mvc pattern and servlet

When you use the MVC pattern, the controller directs the flow of control to

  Create a computer class

Create a computer class and assume computers have the following fields: String manufacture, double price, int year

  Uses a loop to populate a one-dimensional array

Write the following program that creates and uses a loop to populate a one-dimensional array that holds the even numbers between 1 and 12; creates and uses a loop to populate a second one-dimensional array that holds the odd numbers between 1 and 12;..

  Determine when the application should stop looping display

Write an application that reads a series of pairs of numbers as follows: 1) product number 2) quantity sold - Create an application in java

  Creat a class that saves the grades

Creat a class that saves the grades of students in an array, and contains a few methods that do some statistics on these grades. Your task is to create this class, and create client testing class that does all the necessary tests of its methods.

  Write a program that prompts the user to enter the mass

Write a program that prompts the user to enter the mass of a person in kilograms and outputs theequivalent weight in pounds. Output both the mass and the weight rounded to two decimalplaces. (Note that for standard Earth gravity, 1 kilogram = 2.2 pou..

  Program to track hourly employee arrival and departure time

THE JAVA SOURCE CODEA company hires you to write a program to track hourly employee arrival and departure times from work. In essence, you are tasked to make an online time clock. The time clock shall keep a history of an employee’s hours for a two-w..

  Create an application in which a user can enter a phone book

Create an application in which a user can enter a phone book entry, including the subsequent elements: First Name, Last Name, Phone Number, email address

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