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

Method getIO

basex-core/src/main/java/org/basex/query/QueryError.java:1476–1478  ·  view source on GitHub ↗

Returns a query I/O exception without InputInfo reference. @param ext extended info @return query I/O exception

(final Object... ext)

Source from the content-addressed store, hash-verified

1474 * @return query I/O exception
1475 */
1476 public QueryIOException getIO(final Object... ext) {
1477 return new QueryIOException(get(null, ext));
1478 }
1479
1480 /**
1481 * Checks if the error code equals the specified QName.

Callers 15

printMethod · 0.80
namespaceMethod · 0.80
nodeMethod · 0.80
MarkupSerializerMethod · 0.80
checkRootMethod · 0.80
checkVersionMethod · 0.80
StandardSerializerMethod · 0.80
nodeMethod · 0.80
functionMethod · 0.80
OutputSerializerMethod · 0.80
piMethod · 0.80
printMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected