Searched refs:FileSystemNotFoundException (Results 1 – 8 of 8) sorted by relevance
21 import java.nio.file.FileSystemNotFoundException;26 FileSystemNotFoundException exception = new FileSystemNotFoundException(); in test_constructor_empty()32 FileSystemNotFoundException exception = new FileSystemNotFoundException(message); in test_constructor$String()
19 import java.nio.file.FileSystemNotFoundException;65 exceptionTestCases.add(new TestData(FileSystemNotFoundException.class, "scheme://d")); in getPath_URI_ExceptionTestData()
34 public class FileSystemNotFoundException class42 public FileSystemNotFoundException() { in FileSystemNotFoundException() method in FileSystemNotFoundException51 public FileSystemNotFoundException(String msg) { in FileSystemNotFoundException() method in FileSystemNotFoundException
147 throw new FileSystemNotFoundException("Provider \"" + scheme + "\" not installed"); in get()
212 throw new FileSystemNotFoundException("Provider \"" + scheme + "\" not installed"); in of()
487 "ojluni/src/main/java/java/nio/file/FileSystemNotFoundException.java",
476 …java/nio/file/FileSystemNotFoundException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/j…
7331 public class FileSystemNotFoundException extends java.lang.RuntimeException {7332 ctor public FileSystemNotFoundException();7333 ctor public FileSystemNotFoundException(String);