Home
last modified time | relevance | path

Searched refs:FileNotFoundException (Results 1 – 25 of 4781) sorted by relevance

12345678910>>...192

/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth.tests/src/org/wesnoth/tests/grammar/
H A DWMLFilesTests.java11 import java.io.FileNotFoundException;
23 public void testCoreFiles( ) throws FileNotFoundException in testCoreFiles()
28 public void testCampaignAOI( ) throws FileNotFoundException in testCampaignAOI()
33 public void testCampaignDW( ) throws FileNotFoundException in testCampaignDW()
38 public void testCampaignDM( ) throws FileNotFoundException in testCampaignDM()
43 public void testCampaignDID( ) throws FileNotFoundException in testCampaignDID()
48 public void testCampaignEI( ) throws FileNotFoundException in testCampaignEI()
58 public void testCampaignLoW( ) throws FileNotFoundException in testCampaignLoW()
68 public void testCampaignNR( ) throws FileNotFoundException in testCampaignNR()
73 public void testCampaignSoF( ) throws FileNotFoundException in testCampaignSoF()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.IO/
H A DFileNotFoundExceptionCas.cs54 FileNotFoundException fle = new FileNotFoundException ("message", "filename", in NoRestriction()
68 FileNotFoundException fle = new FileNotFoundException ("message", "filename", in FullRestriction()
82 FileNotFoundException fle = new FileNotFoundException ("message", "filename"); in GetFusionLog_Pass()
94 FileNotFoundException fle = new FileNotFoundException (); in GetFusionLog_Fail_ControlEvidence()
103 FileNotFoundException fle = new FileNotFoundException (); in GetFusionLog_Fail_ControlPolicy()
115 throw new FileNotFoundException ("message", "filename", in Throw_NoRestriction()
118 catch (FileNotFoundException fle) { in Throw_NoRestriction()
132 throw new FileNotFoundException ("message", "filename", in Throw_FullRestriction()
135 catch (FileNotFoundException fle) { in Throw_FullRestriction()
154 catch (FileNotFoundException fle) { in Throw_GetFusionLog_Fail_ControlEvidence()
[all …]
H A DFileNotFoundExceptionTest.cs41 FileNotFoundException fnf = new FileNotFoundException (); in Constructor1()
54 FileNotFoundException fnf = new FileNotFoundException ("message"); in Constructor2()
69 FileNotFoundException fnf = new FileNotFoundException (string.Empty); in Constructor2_Message_Empty()
84 FileNotFoundException fnf = new FileNotFoundException ((string) null); in Constructor2_Message_Null()
99 FileNotFoundException fnf = new FileNotFoundException ("message", in Constructor3()
149 FileNotFoundException fnf = new FileNotFoundException ("message", in Constructor3_InnerException_Null()
165 FileNotFoundException fnf = new FileNotFoundException ("message", in Constructor4()
184 FileNotFoundException fnf = new FileNotFoundException ("message", in Constructor4_FileName_Empty()
201 FileNotFoundException fnf = new FileNotFoundException ("message", in Constructor4_FileName_Null()
229 FileNotFoundException fnf = new FileNotFoundException (string.Empty, in Constructor4_FileNameAndMessage_Empty()
[all …]
/dports/www/ilias6/ILIAS-6.14/src/Filesystem/Provider/FlySystem/
H A DFlySystemFileAccess.php8 use ILIAS\Filesystem\Exception\FileNotFoundException; alias
67 } catch (\League\Flysystem\FileNotFoundException $ex) {
96 * @throws FileNotFoundException If the file is not found.
108 } catch (\League\Flysystem\FileNotFoundException $ex) {
121 * @throws FileNotFoundException If the file is not found.
140 } catch (\League\Flysystem\FileNotFoundException $ex) {
175 } catch (\League\Flysystem\FileNotFoundException $ex) {
307 } catch (\League\Flysystem\FileNotFoundException $ex) {
353 } catch (\League\Flysystem\FileNotFoundException $ex) {
404 } catch (\League\Flysystem\FileNotFoundException $ex) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/src/Filesystem/Provider/FlySystem/
H A DFlySystemFileAccess.php8 use ILIAS\Filesystem\Exception\FileNotFoundException; alias
67 } catch (\League\Flysystem\FileNotFoundException $ex) {
96 * @throws FileNotFoundException If the file is not found.
108 } catch (\League\Flysystem\FileNotFoundException $ex) {
121 * @throws FileNotFoundException If the file is not found.
140 } catch (\League\Flysystem\FileNotFoundException $ex) {
175 } catch (\League\Flysystem\FileNotFoundException $ex) {
307 } catch (\League\Flysystem\FileNotFoundException $ex) {
353 } catch (\League\Flysystem\FileNotFoundException $ex) {
404 } catch (\League\Flysystem\FileNotFoundException $ex) {
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/
H A DFSWrapper.java20 import java.io.FileNotFoundException;
43 FileNotFoundException, ParentNotDirectoryException, in create()
48 FileAlreadyExistsException, FileNotFoundException, in mkdir()
52 throws AccessControlException, FileNotFoundException, in delete()
56 throws AccessControlException, FileNotFoundException, in open()
60 throws AccessControlException, FileNotFoundException, in setReplication()
65 FileAlreadyExistsException, FileNotFoundException, in rename()
69 throws AccessControlException, FileNotFoundException, in setPermission()
78 throws AccessControlException, FileNotFoundException, in setTimes()
85 throws AccessControlException, FileNotFoundException, in getFileStatus()
[all …]
H A DFileContextTestWrapper.java22 import java.io.FileNotFoundException;
119 } catch (FileNotFoundException e) { in isFile()
127 } catch (FileNotFoundException e) { in isDir()
135 } catch (FileNotFoundException e) { in isSymlink()
209 FileNotFoundException, ParentNotDirectoryException, in mkdir()
216 throws AccessControlException, FileNotFoundException, in delete()
230 FileNotFoundException, ParentNotDirectoryException, in createSymlink()
254 FileAlreadyExistsException, FileNotFoundException, in create()
267 throws AccessControlException, FileNotFoundException, in setReplication()
281 FileNotFoundException, ParentNotDirectoryException, in rename()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/flysystem/src/
H A DFilesystemInterface.php23 * @throws FileNotFoundException
34 * @throws FileNotFoundException
55 * @throws FileNotFoundException
66 * @throws FileNotFoundException
77 * @throws FileNotFoundException
88 * @throws FileNotFoundException
99 * @throws FileNotFoundException
139 * @throws FileNotFoundException
153 * @throws FileNotFoundException
190 * @throws FileNotFoundException
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/league/flysystem/src/
H A DFilesystemInterface.php23 * @throws FileNotFoundException
34 * @throws FileNotFoundException
55 * @throws FileNotFoundException
66 * @throws FileNotFoundException
77 * @throws FileNotFoundException
88 * @throws FileNotFoundException
99 * @throws FileNotFoundException
139 * @throws FileNotFoundException
153 * @throws FileNotFoundException
190 * @throws FileNotFoundException
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/flysystem/src/
H A DFilesystemInterface.php23 * @throws FileNotFoundException
34 * @throws FileNotFoundException
55 * @throws FileNotFoundException
66 * @throws FileNotFoundException
77 * @throws FileNotFoundException
88 * @throws FileNotFoundException
99 * @throws FileNotFoundException
139 * @throws FileNotFoundException
153 * @throws FileNotFoundException
190 * @throws FileNotFoundException
[all …]
/dports/www/owncloud/owncloud/lib/composer/league/flysystem/src/
H A DFilesystemInterface.php23 * @throws FileNotFoundException
34 * @throws FileNotFoundException
55 * @throws FileNotFoundException
66 * @throws FileNotFoundException
77 * @throws FileNotFoundException
88 * @throws FileNotFoundException
99 * @throws FileNotFoundException
139 * @throws FileNotFoundException
153 * @throws FileNotFoundException
190 * @throws FileNotFoundException
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/league/flysystem/src/
H A DFilesystemInterface.php21 * @throws FileNotFoundException
32 * @throws FileNotFoundException
53 * @throws FileNotFoundException
73 * @throws FileNotFoundException
84 * @throws FileNotFoundException
95 * @throws FileNotFoundException
135 * @throws FileNotFoundException
149 * @throws FileNotFoundException
162 * @throws FileNotFoundException Thrown if $path does not exist.
186 * @throws FileNotFoundException
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/util/
H A DLog4jConfigurerTests.java19 import java.io.FileNotFoundException;
32 public void testInitLoggingWithClasspath() throws FileNotFoundException { in testInitLoggingWithClasspath()
36 public void testInitLoggingWithRelativeFilePath() throws FileNotFoundException { in testInitLoggingWithRelativeFilePath()
40 public void testInitLoggingWithAbsoluteFilePath() throws FileNotFoundException { in testInitLoggingWithAbsoluteFilePath()
45 public void testInitLoggingWithClasspathAndRefreshInterval() throws FileNotFoundException { in testInitLoggingWithClasspathAndRefreshInterval()
49 public void testInitLoggingWithRelativeFilePathAndRefreshInterval() throws FileNotFoundException { in testInitLoggingWithRelativeFilePathAndRefreshInterval()
60 public void testInitLoggingWithFileUrlAndRefreshInterval() throws FileNotFoundException { in testInitLoggingWithFileUrlAndRefreshInterval()
65 …ate void doTestInitLogging(String location, boolean refreshInterval) throws FileNotFoundException { in doTestInitLogging()
90 public void testInitLoggingWithRefreshIntervalAndFileNotFound() throws FileNotFoundException { in testInitLoggingWithRefreshIntervalAndFileNotFound()
95 catch (FileNotFoundException ex) { in testInitLoggingWithRefreshIntervalAndFileNotFound()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java213 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
236 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
252 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
259 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
293 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
302 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
335 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
366 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
367 if (file == null) throw new FileNotFoundException(); in moveToTrash()
389 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java213 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
236 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
252 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
259 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
293 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
302 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
335 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
366 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
367 if (file == null) throw new FileNotFoundException(); in moveToTrash()
389 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java213 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
236 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
252 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
259 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
293 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
302 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
335 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
366 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
367 if (file == null) throw new FileNotFoundException(); in moveToTrash()
389 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/eio/
H A DFileManager.java212 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
235 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
251 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
258 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
292 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
301 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
334 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
365 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
366 if (file == null || !file.exists()) throw new FileNotFoundException(); in moveToTrash()
388 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java213 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
236 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
252 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
259 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
293 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
302 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
335 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
366 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
367 if (file == null) throw new FileNotFoundException(); in moveToTrash()
389 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java213 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
236 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
252 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
259 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
293 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
302 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
335 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
366 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
367 if (file == null) throw new FileNotFoundException(); in moveToTrash()
389 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java214 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
237 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
253 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
260 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
294 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
303 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
336 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
367 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
368 if (file == null) throw new FileNotFoundException(); in moveToTrash()
390 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java213 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
236 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
252 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
259 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
293 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
302 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
335 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
366 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
367 if (file == null) throw new FileNotFoundException(); in moveToTrash()
389 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java213 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
236 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
252 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
259 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
293 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
302 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
335 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
366 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
367 if (file == null) throw new FileNotFoundException(); in moveToTrash()
389 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/eio/
H A DFileManager.java212 public static String findFolder(int folderType) throws FileNotFoundException { in findFolder()
235 public static String findFolder(short domain, int folderType) throws FileNotFoundException { in findFolder()
251 …ing findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { in findFolder()
258 …if (foundFolder == null) throw new FileNotFoundException("Can't find folder: " + Integer.toHexStri… in findFolder()
292 public static String getResource(String resourceName) throws FileNotFoundException { in getResource()
301 …ic static String getResource(String resourceName, String subDirName) throws FileNotFoundException { in getResource()
334 if (resourceFromBundle == null) throw new FileNotFoundException(resourceName); in getResourceFromBundle()
365 public static boolean moveToTrash(final File file) throws FileNotFoundException { in moveToTrash()
366 if (file == null || !file.exists()) throw new FileNotFoundException(); in moveToTrash()
388 public static boolean revealInFinder(final File file) throws FileNotFoundException { in revealInFinder()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/util/
H A DResourceUtils.java20 import java.io.FileNotFoundException;
118 public static URL getURL(String resourceLocation) throws FileNotFoundException { in getURL()
125 throw new FileNotFoundException( in getURL()
140 throw new FileNotFoundException("Resource location [" + resourceLocation + in getURL()
157 public static File getFile(String resourceLocation) throws FileNotFoundException { in getFile()
164 throw new FileNotFoundException( in getFile()
188 public static File getFile(URL resourceUrl) throws FileNotFoundException { in getFile()
202 public static File getFile(URL resourceUrl, String description) throws FileNotFoundException { in getFile()
205 throw new FileNotFoundException( in getFile()
226 public static File getFile(URI resourceUri) throws FileNotFoundException { in getFile()
[all …]
/dports/www/ilias/ILIAS-5.4.25/src/Filesystem/Provider/
H A DFileReadAccess.php6 use ILIAS\Filesystem\Exception\FileNotFoundException; alias
32 * @throws FileNotFoundException If the file doesn't exist.
60 * @throws FileNotFoundException If the file is not found.
73 * @throws FileNotFoundException If the file is not found.
95 * @throws FileNotFoundException Thrown if the specified file was not found.
113 * @throws FileNotFoundException If the given file could not be found.
132 * @throws FileNotFoundException If the file could not be found.

12345678910>>...192