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

Method error

basex-core/src/main/java/org/basex/util/Base64.java:160–162  ·  view source on GitHub ↗

Throws an illegal argument exception for the specified character. @param a character @return error

(final Object a)

Source from the content-addressed store, hash-verified

158 * @return error
159 */
160 private static IllegalArgumentException error(final Object a) {
161 return new IllegalArgumentException(Util.info("Invalid Base64 cast: %.", a));
162 }
163}

Callers 2

decodeMethod · 0.95
b2hMethod · 0.95

Calls 1

infoMethod · 0.95

Tested by

no test coverage detected