I am using Nokia-Lwuit for my project,While using the ImageDownloadService
and I am getting a uncaught ArrayIndexOutOfBoundsException
while the thread is trying to update the Label
with the downloaded image .
This is because the urls returned in the response point to no image, but I am not able to fix it or catch it.I have tried overriding many methods such as the handleErrorResponseCode
,handleException
,handleIOException
with no success.
Kindly help me out to catch this exception or fix it some how.
With Regards, Ashwin