Difference between revisions of "Extensions.File.FileOpenException"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Exception '''FileOpenException'''}} | {{DISPLAYTITLE:Exception '''FileOpenException'''}} | ||
== Classification == | == Classification == | ||
− | {{ClassificationException | FileOpenException |[[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.File.FileException|FileException]]}} | + | {{ClassificationException | FileOpenException |[[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.File.FileException|FileException]] | {{OtxSpec4}} }} |
== Description == | == 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. | 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.