Home
last modified time | relevance | path

Searched refs:ProviderNotFoundException (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DProviderNotFoundExceptionTest.java21 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()
DFileSystemsTest.java44 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()
/libcore/ojluni/src/main/java/java/nio/file/
DProviderNotFoundException.java34 public class ProviderNotFoundException class
42 public ProviderNotFoundException() { in ProviderNotFoundException() method in ProviderNotFoundException
51 public ProviderNotFoundException(String msg) { in ProviderNotFoundException() method in ProviderNotFoundException
DFileSystems.java224 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()
/libcore/
Dopenjdk_java_files.bp506 "ojluni/src/main/java/java/nio/file/ProviderNotFoundException.java",
DEXPECTED_UPSTREAM495 …a/java/nio/file/ProviderNotFoundException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/j…
/libcore/api/
Dcurrent.txt7510 public class ProviderNotFoundException extends java.lang.RuntimeException {
7511 ctor public ProviderNotFoundException();
7512 ctor public ProviderNotFoundException(String);