294295296297298299300301
} } throw new UnsupportedSchemeException(uri.toString()); } catch (URISyntaxException e) { throw new BadURIException(e); } }
315316317318319320321322
throw new FileNotFoundException(uri.toASCIIString()); } throw new UnsupportedSchemeException(uri.toString()); } catch (URISyntaxException e) { throw new BadURIException(e); } }