MCPcopy Create free account
hub / github.com/BaseXdb/basex / error

Method error

basex-core/src/main/java/org/basex/core/parse/XMLParser.java:322–324  ·  view source on GitHub ↗

Returns a query exception instance. @param msg message @param ext message extension @return query exception

(final String msg, final Object... ext)

Source from the content-addressed store, hash-verified

320 * @return query exception
321 */
322 private static QueryException error(final String msg, final Object... ext) {
323 return new QueryException(null, QNm.EMPTY, msg, ext);
324 }
325}

Callers 15

parseMethod · 0.95
commandMethod · 0.95
checkMethod · 0.95
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
buildMethod · 0.45
runMethod · 0.45
listResourcesMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36