What is exception propagation? Give an example of a class that
What is exception propagation? Give an example of a class that
contains at least two methods, in which one method calls another. Ensure that the subordinate method will call a predefined Java method that can throw a checked exception. The subordinate method should not catch the exception. Explain how exception propagation will occur in your example.
**Output screenshots are needed**