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

Method error

basex-core/src/main/java/org/basex/query/QueryParser.java:4747–4749  ·  view source on GitHub ↗

Creates the specified error. @param error error to be thrown @param arg error arguments @return error

(final QueryError error, final Object... arg)

Source from the content-addressed store, hash-verified

4745 * @return error
4746 */
4747 private QueryException error(final QueryError error, final Object... arg) {
4748 return error(error, info(), arg);
4749 }
4750
4751 /**
4752 * Creates the specified error.

Callers 15

parseMainMethod · 0.95
parseLibraryMethod · 0.95
parseSeqTypeMethod · 0.95
initMethod · 0.95
finishMethod · 0.95
checkMethod · 0.95
versionDeclMethod · 0.95
prolog1Method · 0.95
prolog2Method · 0.95
annotationsMethod · 0.95
namespaceDeclMethod · 0.95
revalidationDeclMethod · 0.95

Calls 2

infoMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected