Difference between revisions of "Extensions.File.FileOpenException"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''FileOpenException'''}} == Classification == {{ClassificationException | FileOpenException | Exception Type | Core.DataTypes.ComplexDataType|C...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''FileOpenException'''}}
 
{{DISPLAYTITLE:Exception '''FileOpenException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | FileOpenException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | FileOpenException |[[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.File.FileException|FileException]] | {{OtxSpec4}} }}
  
 
== Description ==
 
== Description ==
The '''FileOpenException''' is the exception that is thrown when the operating system denies access because of an I/O error.
+
The '''FileOpenException''' is the exception that is thrown if an error occurs, while opening a file, e.g. if the operating system denies access because of an I/O error.

Latest revision as of 02:40, 12 September 2019

Classification

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

Description

The FileOpenException is the exception that is thrown if an error occurs, while opening a file, e.g. if the operating system denies access because of an I/O error.