The idea with exception handling is that our code is able to respond to exceptions (odd/strange conditions that may happen and require special processing).

Many languages (sans C, of course) have exception handling. I’ve seen these in Java with try and catch statements.