Difference between revisions of "Extensions.File.FileOpenException"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''FileOpenException'''}} == Classification == {{ClassificationException | FileOpenException | Exception Type | Core.DataTypes.ComplexDataType|C...") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Exception '''FileOpenException'''}} | {{DISPLAYTITLE:Exception '''FileOpenException'''}} | ||
== Classification == | == Classification == | ||
− | {{ClassificationException | FileOpenException | [[ | + | {{ClassificationException | FileOpenException |[[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.File.FileException|FileException]]}} |
== Description == | == Description == | ||
− | The '''FileOpenException''' is the exception that is thrown | + | 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. |
Revision as of 02:11, 27 September 2018
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.