Difference between revisions of "Extensions.ZipHandling.FileAlreadyExistsException"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''FileAlreadyExistsException'''}}
 
{{DISPLAYTITLE:Exception '''FileAlreadyExistsException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | FileAlreadyExistsException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.Exception|Exception]] | [https://www.iso.org/standard/74090.html ISO 13209-4]}}
+
{{ClassificationException | FileAlreadyExistsException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.Exception|Exception]] | [[https://www.iso.org/standard/74090.html|ISO 13209-4]]}}
  
 
== Description ==
 
== Description ==
 
This exception is thrown if a to-be-written file is already present and should not be overridden. This might happen if the target of the [[Extensions.ZipHandling.ZipFile|ZipFile]] action or any of the files that should be decompressed already exists.
 
This exception is thrown if a to-be-written file is already present and should not be overridden. This might happen if the target of the [[Extensions.ZipHandling.ZipFile|ZipFile]] action or any of the files that should be decompressed already exists.

Revision as of 08:48, 11 September 2019

Classification

Name FileAlreadyExistsException
Class Complex Data Type
Base Data Type Exception
SpecifiedBy ISO 13209-3

Description

This exception is thrown if a to-be-written file is already present and should not be overridden. This might happen if the target of the ZipFile action or any of the files that should be decompressed already exists.