Difference between revisions of "Extensions.ZipHandling.FileNotFoundException"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''FileNotFoundException'''}} == Classification == {{ClassificationException | FileNotFoundException | Core.DataTypes.ComplexDataType|Complex Data T...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''FileNotFoundException'''}}
 
{{DISPLAYTITLE:Exception '''FileNotFoundException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | FileNotFoundException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.Exception|Exception]] | [https://www.iso.org/standard/74090.html ISO 13209-4]}}
+
{{ClassificationException | FileNotFoundException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.Exception|Exception]] | SpecifiedBy={{OtxSpec4}}}}
  
 
== Description ==
 
== Description ==
This exception is thrown if a denoted file is not found. This might happen if the path to a source file in any of the actions of the ZIP handling extension does not exist.
+
This exception is thrown if a denoted file is not found. This might happen if the path to a source file in any of the actions of the [[Extensions.ZipHandling|'''ZipHandling''']] extension does not exist.

Latest revision as of 02:35, 13 September 2019

Classification

Name FileNotFoundException
Class Complex Data Type
Base Data Type Exception
SpecifiedBy ISO 13209-4

Description

This exception is thrown if a denoted file is not found. This might happen if the path to a source file in any of the actions of the ZipHandling extension does not exist.