MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / error

Method error

src/org/kxml2/io/KXmlParser.java:231–238  ·  view source on GitHub ↗
(String desc)

Source from the content-addressed store, hash-verified

229 }
230
231 private final void error(String desc) throws XmlPullParserException {
232 if (relaxed) {
233 if (error == null)
234 error = "ERR: " + desc;
235 }
236 else
237 exception(desc);
238 }
239
240 private final void exception(String desc) throws XmlPullParserException {
241 throw new XmlPullParserException(

Callers 9

adjustNspMethod · 0.95
parseLegacyMethod · 0.95
parseDoctypeMethod · 0.95
parseEndTagMethod · 0.95
parseStartTagMethod · 0.95
pushEntityMethod · 0.95
pushTextMethod · 0.95
readMethod · 0.95
readNameMethod · 0.95

Calls 1

exceptionMethod · 0.95

Tested by

no test coverage detected