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...")
 
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]] | {{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 ZIP handling extension does not exist.

Revision as of 10:24, 11 September 2019

Classification

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

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.