Searched refs:fnfe (Results 1 – 4 of 4) sorted by relevance
374 final FileNotFoundException fnfe = new FileNotFoundException(t.getMessage()); in asFileNotFoundException() local375 fnfe.initCause(t); in asFileNotFoundException()376 throw fnfe; in asFileNotFoundException()
169 } catch (FileNotFoundException fnfe) { in getDrawable()170 Log.w(TAG, "Icon not found: " + uri + ", " + fnfe.getMessage()); in getDrawable()
364 } catch (FileNotFoundException fnfe) { in printSelectedImage()365 Log.e(TAG, "Error printing an image", fnfe); in printSelectedImage()
8945 } catch (FileNotFoundException fnfe) { in openDisplayPhotoForRead()8947 throw fnfe; in openDisplayPhotoForRead()