Searched refs:nonExistentFilePath (Results 1 – 1 of 1) sorted by relevance
145 Path nonExistentFilePath = Paths.get("testPath"); in test_ConstructorLjava_nio_file_Path_Exception() local146 try (Scanner s = new Scanner(nonExistentFilePath)) { in test_ConstructorLjava_nio_file_Path_Exception()252 Path nonExistentFilePath = Paths.get("nonExistentFile"); in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception() local256 try (Scanner s = new Scanner(nonExistentFilePath, Charset.defaultCharset().name())) { in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception()263 s = new Scanner(nonExistentFilePath, null); in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception()