Difference between revisions of "Extensions.ZipHandling.ZipFormatException"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''ZipFormatException'''}} == Classification == {{ClassificationException | ZipFormatException | Complex Data Type...") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Exception '''ZipFormatException'''}} | {{DISPLAYTITLE:Exception '''ZipFormatException'''}} | ||
== Classification == | == Classification == | ||
− | {{ClassificationException | ZipFormatException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.Exception|Exception]] | | + | {{ClassificationException | ZipFormatException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.Exception|Exception]] | {{OtxSpec4}}}} |
== Description == | == Description == | ||
This exception is thrown if the source path does not point to a valid ZIP file. This exception only occurs, if the source file exists but is not a ZIP file or the zip version is not supported. | This exception is thrown if the source path does not point to a valid ZIP file. This exception only occurs, if the source file exists but is not a ZIP file or the zip version is not supported. |
Revision as of 10:24, 11 September 2019
Classification
Name | ZipFormatException |
Class | Complex Data Type |
Base Data Type | Exception |
SpecifiedBy | ISO 13209-3 |
Description
This exception is thrown if the source path does not point to a valid ZIP file. This exception only occurs, if the source file exists but is not a ZIP file or the zip version is not supported.