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

Method err

basex-core/src/main/java/org/basex/util/Util.java:155–157  ·  view source on GitHub ↗

Prints a string to standard error. @param string debug string @param ext text optional extensions

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

Source from the content-addressed store, hash-verified

153 * @param ext text optional extensions
154 */
155 public static void err(final String string, final Object... ext) {
156 System.err.print(info(string, ext));
157 }
158
159 /**
160 * Returns a more user-friendly error message for the specified exception.

Callers 4

checkMethod · 0.95
checkMethod · 0.95
splitRequiredMethod · 0.95
errlnMethod · 0.95

Calls 2

infoMethod · 0.95
printMethod · 0.65

Tested by

no test coverage detected