Hi,
If a method is throwing(declare) any exception(checked ones) and is not catching(handle) it, that means its passing the exception thrown by it. It implies that the method has Ducked the exception. But some method down the call stack must handle it(catch it). Hope this clears it
