}
showAddFileToCatalog(categoryTreeNode, description, length, file);
} else
r.handleUnsupportedFormat(path);
} catch (BabelException e) {
r.handleBabelError(e);
} catch (OutOfMemoryError e) {
r.handleOutOfMemoryError();
} catch (FileNotFoundException e) {
r.handleFileNotFound(path);
} catch (Throwable t) {