more kxml fuck ups fixed

This commit is contained in:
iNPUTmice 2014-06-25 17:24:03 +02:00
parent d63a9eb306
commit 31657974bf
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ public class XmlReader {
}
} catch (ArrayIndexOutOfBoundsException e) {
throw new IOException("xml parser mishandled ArrayIndexOufOfBounds", e);
} catch (StringIndexOutOfBoundsException e) {
throw new IOException("xml parser mishandled StringIndexOufOfBounds", e);
}
return null;
}