Difference between revisions of "Extensions.File.FileNotFoundException"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''FileNotFoundException'''}} == Classification == {{ClassificationException | FileNotFoundException | Exception Type | Core.DataTypes.ComplexDa...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''FileNotFoundException'''}}
 
{{DISPLAYTITLE:Exception '''FileNotFoundException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | FileNotFoundException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | FileNotFoundException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.File.FileException|FileException]]| {{OtxSpec4}} }}
  
 
== Description ==
 
== Description ==
The '''FileNotFoundException''' is the exception that is thrown when an attempt to access a file that does not exist on disk fails.
+
The '''FileNotFoundException''' indicates that a denoted file has not been found. This might happen if the path to a source file in any of the actions of the File extension does not exist.

Latest revision as of 02:39, 12 September 2019

Classification

Name FileNotFoundException
Class Complex Data Type
Base Data Type FileException
SpecifiedBy ISO 13209-3

Description

The FileNotFoundException indicates that a denoted file has not been found. This might happen if the path to a source file in any of the actions of the File extension does not exist.