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

Method parseException

src/main/java/core/org/xbill/DNS/Name.java:170–173  ·  view source on GitHub ↗
(String str, String message)

Source from the content-addressed store, hash-verified

168}
169
170private static TextParseException
171parseException(String str, String message) {
172 return new TextParseException("'" + str + "': " + message);
173}
174
175private final void
176appendFromString(String fullName, byte [] array, int start, int n)

Callers 2

appendFromStringMethod · 0.95
NameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected