more xmlpullparser fixes
This commit is contained in:
parent
38e2110aa4
commit
f33d2497f8
|
@ -81,6 +81,8 @@ public class XmlReader {
|
|||
throw new IOException("xml parser mishandled ArrayIndexOufOfBounds", e);
|
||||
} catch (StringIndexOutOfBoundsException e) {
|
||||
throw new IOException("xml parser mishandled StringIndexOufOfBounds", e);
|
||||
} catch (NullPointerException e) {
|
||||
throw new IOException("null pointer in xml parser");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue