Home
last modified time | relevance | path

Searched refs:FileSystemNotFoundException (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DFileSystemNotFoundExceptionTest.java21 import java.nio.file.FileSystemNotFoundException;
26 FileSystemNotFoundException exception = new FileSystemNotFoundException(); in test_constructor_empty()
32 FileSystemNotFoundException exception = new FileSystemNotFoundException(message); in test_constructor$String()
DLinuxFileSystemTestData.java19 import java.nio.file.FileSystemNotFoundException;
65 exceptionTestCases.add(new TestData(FileSystemNotFoundException.class, "scheme://d")); in getPath_URI_ExceptionTestData()
/libcore/ojluni/src/main/java/java/nio/file/
DFileSystemNotFoundException.java32 public class FileSystemNotFoundException class
40 public FileSystemNotFoundException() { in FileSystemNotFoundException() method in FileSystemNotFoundException
49 public FileSystemNotFoundException(String msg) { in FileSystemNotFoundException() method in FileSystemNotFoundException
DPaths.java147 throw new FileSystemNotFoundException("Provider \"" + scheme + "\" not installed"); in get()
/libcore/
Dopenjdk_java_files.mk458 ojluni/src/main/java/java/nio/file/FileSystemNotFoundException.java \