-
Giovanni Armeno thinks this is interesting:
One method will catch what another method throws. An exception is always thrown back to the caller.
The method that throws has to declare that it might throw the exception.
Minimise
One method will catch what another method throws. An exception is always thrown back to the caller.
The method that throws has to declare that it might throw the exception.
Minimise