Difference between revisions of "Extensions.ZipHandling.ZipFormatException"

From emotive
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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]] | {{OtxSpec4}} }}
+
{{ClassificationException | ZipFormatException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.Exception|Exception]] | SpecifiedBy={{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 [[Extensions.ZipHandling.ZipFile|ZIP file]]. This exception only occurs, if the source file exists but is not a [[Extensions.ZipHandling.ZipFile|ZIP file]] or the zip version is not supported.

Latest revision as of 02:36, 13 September 2019

Classification

Name ZipFormatException
Class Complex Data Type
Base Data Type Exception
SpecifiedBy ISO 13209-4

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.