Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:FileNotFoundException

37 import java.io.FileNotFoundException;
151 throw new FileNotFoundException("Resource does not exist: " + uri);
157 throw new FileNotFoundException("Failed to open " + uri);
169 } catch (FileNotFoundException fnfe) {
186 private OpenResourceIdResult getResourceId(Uri uri) throws FileNotFoundException {
190 throw new FileNotFoundException("No authority: " + uri);
195 throw new FileNotFoundException("Failed to get resources: " + ex);
200 throw new FileNotFoundException("No path: " + uri);
208 throw new FileNotFoundException("Single path segment is not a resource ID: " + uri);
213 throw new FileNotFoundException("More than two path segments: " + uri);
216 throw new FileNotFoundException("No resource found for: " + uri);