Android is full of brand new checked exceptions.
And I do what I always do with checked exceptions:
catch (e) { throw new RuntimeExeception(e); }
Android is full of brand new checked exceptions.
And I do what I always do with checked exceptions:
(you can't keep adding throws clauses because the compiler won't let you add them if the interface you implement can't handle them).