Difference between revisions of "Extensions.ZipHandling.FileAlreadyExistsException"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''FileAlreadyExistsException'''}} == Classification == {{ClassificationException | FileAlreadyExistsException | Core.DataTypes.ComplexDataType|Comp...") |
m (Nb moved page Extensions.Zip.FileAlreadyExistsException to Extensions.ZipHandling.FileAlreadyExistsException: Correct the link format, edited by Ngoc Tran.) |
||
(7 intermediate revisions by the same user not shown) | |||
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]] | | + | {{ClassificationException | FileAlreadyExistsException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.Exception|Exception]] | SpecifiedBy={{OtxSpec4}} }} |
== 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. |
Latest revision as of 07:28, 12 September 2019
Classification
Name | FileAlreadyExistsException |
Class | Complex Data Type |
Base Data Type | Exception |
SpecifiedBy | ISO 13209-4 |
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.