Lines Matching defs:ERROR

171     // Check for ERROR keys in the hashtable, and print report
179 logMsg("# Check any 'ERROR' items above against the Xalan FAQs");
202 * with a key that is prefixed with {@link #ERROR 'ERROR.'} so it
253 logMsg("# ERROR: writeEnvironmentReport called with null Hashtable");
281 // Note: we could just check for the ERROR key by itself,
285 if (keyStr.startsWith(ERROR))
305 public static final String ERROR = "ERROR.";
376 if (keyStr.startsWith(ERROR))
425 statusNode.setAttribute("result", "ERROR");
455 // Note: we could just check for the ERROR key by itself,
459 if (keyStr.startsWith(ERROR))
474 node.appendChild(factory.createTextNode(ERROR + " Reading " + key + " threw: " + e.toString()));
480 statusNode.setAttribute("result", (errors ? "ERROR" : "OK" ));
527 if (keyStr.startsWith(ERROR))
541 node.appendChild(factory.createTextNode(ERROR + " Reading " + key + " threw: " + e.toString()));
810 h.put(ERROR + VERSION + "JAXP", "1.0.1");
811 h.put(ERROR, ERROR_FOUND);
818 h.put(ERROR + VERSION + "JAXP", CLASS_NOTPRESENT);
819 h.put(ERROR, ERROR_FOUND);
1054 h.put(ERROR + VERSION + "DOM.draftlevel", "2.0wd");
1055 h.put(ERROR, ERROR_FOUND);
1071 h.put(ERROR + VERSION + "DOM.draftlevel", "2.0unknown");
1072 h.put(ERROR, ERROR_FOUND);
1078 h.put(ERROR + VERSION + "DOM",
1079 "ERROR attempting to load DOM level 2 class: " + e.toString());
1080 h.put(ERROR, ERROR_FOUND);
1129 h.put(ERROR + VERSION + "SAX",
1130 "ERROR attempting to load SAX version 2 class: " + e.toString());
1131 h.put(ERROR, ERROR_FOUND);
1148 h.put(ERROR + VERSION + "SAX",
1149 "ERROR attempting to load SAX version 2 class: " + e.toString());
1150 h.put(ERROR, ERROR_FOUND);
1168 h.put(ERROR + VERSION + "SAX-backlevel",
1169 "ERROR attempting to load SAX version 1 class: " + e3.toString());
1235 jarVersions.put(new Long(424490), "xalan.jar from Xerces Tools releases - ERROR:DO NOT USE!");