CJCoding With Joseph
15per day

InvalidAgeException Class

Create a checked exception class InvalidAgeException that extends Exception. It should have a constructor that accepts a message string and passes it to super.

Only define the exception class. Do NOT write a main method.

Expected Output:

OK
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.