Create an EmployeeException class whose constructor receives a String that consists of an employee's ID and pay rate. Save the file as EmployeeException.java. Create an Employee class with two fields, i dNum and hourly Wage. The Employee constructor requires values for both fields. Upon construction, throw an EmployeeException if the hourly Wage is less than $6.00 or over $50.00. Save the class as Employee Java. Write an application that establishes at least three Employees with hourlyWages that are above, below, and within the allowed range. Display an appropriate message when an Employee is successfully created and when one is not. Save the file as ThrowEmployee. java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.