Given a user defined exception called InvalidAgeException, change the method ageCheck to throw this an InvalidAgeException if the person's age is less than 18. Then change the main method so that it catches the InvalidAgeException thrown by ageCheck and prints the "Age should be 18+" if it is thrown. class InvalidAgeException extends Exception { public InvalidAgeException (String s) // Call constructor of parent Exceptiọn super (s); public class Person { public void ageCheck(int age) { System.out.println("Acceptable age."); public static void main (String args[]) { Person obj obj.ageCheck (12); new Person (};

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter14: Exception Handling
Section: Chapter Questions
Problem 4PE
icon
Related questions
Question

solve using java:(thanks for helping)

Given a user defined exception called InvalidAgeException, change the method ageCheck to throw this
an InvalidAgeException if the person's age is less than 18. Then change the main method so that it
catches the InvalidAgeException thrown by ageCheck and prints the "Age should be 18+" if it is thrown.
class InvalidAgeException extends Exception
public InvalidAgeException (String s)
// Call constructor of parent Exception
super (s);
public class Person {
public void ageCheck (int age) {
System.out.println("Acceptable age.");
public static void main (String args[]) {
Person obj
new Person (;
obj.ageCheck (12);
Transcribed Image Text:Given a user defined exception called InvalidAgeException, change the method ageCheck to throw this an InvalidAgeException if the person's age is less than 18. Then change the main method so that it catches the InvalidAgeException thrown by ageCheck and prints the "Age should be 18+" if it is thrown. class InvalidAgeException extends Exception public InvalidAgeException (String s) // Call constructor of parent Exception super (s); public class Person { public void ageCheck (int age) { System.out.println("Acceptable age."); public static void main (String args[]) { Person obj new Person (; obj.ageCheck (12);
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Exception Handling Keywords
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT