📅  最后修改于: 2022-03-11 14:57:26.185000             🧑  作者: Mango
If there is no chance of raising an exception in our code then we can’t
declare catch block for handling checked exceptions. This raises compile time
error if we try to handle checked exceptions when there is no possibility
of causing exception.