Exception Handling

The following is an example of an exception handler armed by the backupDataFiles method. This handler filters file not found and user aborted errors, and passes all other exceptions to a higher-level exception handler. Most other exceptions that could occur during a backup will be fatal. Missing files may be valid if a database file defined in the schema has never been created or it has been deleted and no new objects created in the file.