Difference between revisions of "Extensions.ZipHandling.ZipFormatException"

From emotive
Jump to navigation Jump to search
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]] | {{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 03:14, 12 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.