Using the BitmapFactory.decodeStream function, I've got the following exception
02-22 13:24:34.129: W/System.err(7927): java.io.FileNotFoundException: toto.jpg
In the catch clause, a e.getMessage() produces
toto.jpg
But how the get the
java.io.FileNotFoundException
I tried e.getCause() but it returns null