mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 09:42:17 -05:00
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);
|
throw new IOException("xml parser mishandled ArrayIndexOufOfBounds", e);
|
||||||
} catch (StringIndexOutOfBoundsException e) {
|
} catch (StringIndexOutOfBoundsException e) {
|
||||||
throw new IOException("xml parser mishandled StringIndexOufOfBounds", e);
|
throw new IOException("xml parser mishandled StringIndexOufOfBounds", e);
|
||||||
|
} catch (NullPointerException e) {
|
||||||
|
throw new IOException("null pointer in xml parser");
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user