throw structureParser.getException();
}
DatabaseSchema databaseSchema = structureParser.getDatabaseSchema(path);
// register the database with the server
server.registerDatabase(name, title, path, inputURL, databaseSchema, server.users().get(user), 1, 0);
} catch (Exception exception) {
exception.printStackTrace();
System.exit(0);
}
}