MCPcopy Create free account
hub / github.com/apache/nutch / error

Method error

src/java/org/apache/nutch/tools/DmozParser.java:275–279  ·  view source on GitHub ↗

Emit the exception message

(SAXParseException spe)

Source from the content-addressed store, hash-verified

273 * Emit the exception message
274 */
275 public void error(SAXParseException spe) {
276 if (LOG.isErrorEnabled()) {
277 LOG.error("Error: " + spe.toString() + ": " + spe.getMessage());
278 }
279 }
280
281 /**
282 * Emit the exception message, with line numbers

Callers 15

getProtocolOutputMethod · 0.80
setConfMethod · 0.80
getJSLinksMethod · 0.80
getProtocolOutputMethod · 0.80
getAgentStringMethod · 0.80
openMethod · 0.80
getExtractorMethod · 0.80
getParseMethod · 0.80
setConfMethod · 0.80
setConfMethod · 0.80
setConfMethod · 0.80
findAuthenticationMethod · 0.80

Calls 2

toStringMethod · 0.45
getMessageMethod · 0.45

Tested by 1

mainMethod · 0.64