7.5 Exception restrictions



When you override a method, you can throw only the exceptions that have been specified in the base-class version of the method.

Case Study: StormyInning.java


Next Page