There are two ways to handle runtime errors (exceptions) in Cheetah. The first
is with the Cheetah directives that mirror Python's structured exception
handling statements. The second is with Cheetah's ErrorCatcher
framework. These are described below.