public class CorruptedInputStreamException
extends java.lang.RuntimeException
At least on Android, loading graphic resources can fail because the input stream is corrupted. This can result in
undocumented checked exceptions (should not, but it does). In the Android code base these exceptions are caught and
transformed into this CorruptedInputStream exception.