} catch (InvalidRulesetException e) {
messages.err("QuadMap.Config", "civquest.swing.quadmap.Configuration.load says: ");
messages.err("QuadMap.Config", "The structure of the ruleset-section specifying " +
"the functions is invalid!");
messages.err("QuadMap.Config", "Reason: " + e);
messages.err("QuadMap.Config", "===> CivQuest will abort now!");
System.exit(-1);
} catch (FunctionException e) {
// All exceptions that can occur at this time (2004-09-13) are catched above -
// this catch-block is necessary because of the interface-declaration
messages.err("QuadMap.Config", "civquest.swing.quadmap.Configuration.load says: ");