home *** CD-ROM | disk | FTP | other *** search
- In this example, a "catch all" exception handler is declared. Any
- exception which has not already been caught invokes this handler.
- The declaration looks like it contains an unspecified argument
- list, but it does not. The ellipsis means that any type of
- exception can be caught. This handler prints a message and
- rethrows the exception.
-