how can I catch it while still keeping the method ...
# codereview
o
how can I catch it while still keeping the method signature and just bouncing back succesfully? I am ok with ignoring this exception
a
You can catch the
InterruptedException
, but you still have to return something that is a
BitMap
o
yea I figured
u
Optional or dont allow to be interrupted via publish