Searched refs:ProviderNotFoundException (Results 1 – 7 of 7) sorted by relevance
21 import java.nio.file.ProviderNotFoundException;26 ProviderNotFoundException exception = new ProviderNotFoundException(); in test_constructor$()33 ProviderNotFoundException exception = new ProviderNotFoundException(message); in test_constructor$String()37 exception = new ProviderNotFoundException(message); in test_constructor$String()
44 import java.nio.file.ProviderNotFoundException;91 } catch (ProviderNotFoundException expected) {} in test_newFileSystem$URI$Map()146 } catch (ProviderNotFoundException expected) {} in test_newFileSystem$Path$ClassLoader()156 } catch (ProviderNotFoundException expected) {} in test_newFileSystem$Path$ClassLoader()
34 public class ProviderNotFoundException class42 public ProviderNotFoundException() { in ProviderNotFoundException() method in ProviderNotFoundException51 public ProviderNotFoundException(String msg) { in ProviderNotFoundException() method in ProviderNotFoundException
224 throw new ProviderNotFoundException("Provider \"" + scheme + "\" not found"); in getFileSystem()341 throw new ProviderNotFoundException("Provider \"" + scheme + "\" not found"); in newFileSystem()407 throw new ProviderNotFoundException("Provider not found"); in newFileSystem()
506 "ojluni/src/main/java/java/nio/file/ProviderNotFoundException.java",
495 …a/java/nio/file/ProviderNotFoundException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/j…
7510 public class ProviderNotFoundException extends java.lang.RuntimeException {7511 ctor public ProviderNotFoundException();7512 ctor public ProviderNotFoundException(String);