Difference between revisions of "Extensions.File.FileSaveException"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''FileSaveException'''}} == Classification == {{ClassificationException | FileSaveException | Exception Type | Core.DataTypes.ComplexDataType|C...")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''FileSaveException'''}}
 
{{DISPLAYTITLE:Exception '''FileSaveException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | FileSaveException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | FileSaveException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.File.FileException|FileException]]}}
  
 
== Description ==
 
== Description ==
The '''FileSaveException''' is the exception that is thrown when an error during file saving occurs, e.g. the file is read-only or the permissions for writing the file are not sufficient.
+
The '''FileSaveException''' is the exception that is thrown if an error occurs during file saving, e.g. the file is read-only or the user's permissions for writing to the file are not sufficient.

Revision as of 02:11, 27 September 2018

Classification

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

Description

The FileSaveException is the exception that is thrown if an error occurs during file saving, e.g. the file is read-only or the user's permissions for writing to the file are not sufficient.