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

Method exception

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

Source from the content-addressed store, hash-verified

238 }
239
240 private final void exception(String desc) throws XmlPullParserException {
241 throw new XmlPullParserException(
242 desc.length() < 100 ? desc : desc.substring(0, 100) + "\n",
243 this,
244 null);
245 }
246
247 /**
248 * common base for next and nextToken. Clears the state, except from

Callers 8

errorMethod · 0.95
nextImplMethod · 0.95
isWhitespaceMethod · 0.95
isEmptyElementTagMethod · 0.95
nextTagMethod · 0.95
requireMethod · 0.95
nextTextMethod · 0.95
setFeatureMethod · 0.95

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected