more kxml fuck ups fixed
This commit is contained in:
parent
d63a9eb306
commit
31657974bf
|
@ -79,6 +79,8 @@ public class XmlReader {
|
||||||
}
|
}
|
||||||
} catch (ArrayIndexOutOfBoundsException e) {
|
} catch (ArrayIndexOutOfBoundsException e) {
|
||||||
throw new IOException("xml parser mishandled ArrayIndexOufOfBounds", e);
|
throw new IOException("xml parser mishandled ArrayIndexOufOfBounds", e);
|
||||||
|
} catch (StringIndexOutOfBoundsException e) {
|
||||||
|
throw new IOException("xml parser mishandled StringIndexOufOfBounds", e);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue