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...")
 
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]]}}
  
 
== 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.

Revision as of 02:10, 27 September 2018

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.