Difference between revisions of "Extensions.File.FileSaveException"

From emotive
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''FileSaveException'''}}
 
{{DISPLAYTITLE:Exception '''FileSaveException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | FileSaveException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.File.FileException|FileException]]}}
+
{{ClassificationException | FileSaveException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.File.FileException|FileException]]| {{OtxSpec4}} }}
  
 
== Description ==
 
== 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.
 
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.

Latest revision as of 02:40, 12 September 2019

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.