MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / exception

Method exception

src/main/java/core/org/xbill/DNS/Tokenizer.java:708–711  ·  view source on GitHub ↗

Creates an exception which includes the current state in the error message @param s The error message to include. @return The exception to be thrown

(String s)

Source from the content-addressed store, hash-verified

706 * @return The exception to be thrown
707 */
708public TextParseException
709exception(String s) {
710 return new TokenizerException(filename, line, s);
711}
712
713/**
714 * Closes any files opened by this tokenizer.

Callers 15

checkUnbalancedParensMethod · 0.95
getMethod · 0.95
getStringMethod · 0.95
_getIdentifierMethod · 0.95
getLongMethod · 0.95
getUInt32Method · 0.95
getUInt16Method · 0.95
getUInt8Method · 0.95
getTTLMethod · 0.95
getTTLLikeMethod · 0.95
getNameMethod · 0.95
getAddressBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected