AI Term of the Moment

AI mode


Look Up Another Term


Definition: catch block


The routine in a program that handles an exception (error). There are typically catch blocks for each type of error. See error handling.