Home
last modified time | relevance | path

Searched refs:newInstantiationException (Results 1 – 1 of 1) sorted by relevance

/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParserFactory.java160 throw newInstantiationException("Invalid parser class list", exceptions); in getParserInstance()
184 throw newInstantiationException("Invalid serializer class list", exceptions); in getSerializerInstance()
187 private static XmlPullParserException newInstantiationException(String message, in newInstantiationException() method in XmlPullParserFactory