protected String report(AttributeException e) { out.println("Error: " + e.getMessage()); // i18n? return "???"; }