When Do We Say An Exception is Not Handled

There is no catch block that names either the class of exception that has been

thrown or a class of exception that is a parent class of the one that has been thrown,

then the exception is considered to be unhandled, in such condition the execution

leaves the method directly as if no try has been executed