Difference between revisions of "Extensions.File.FileFormatException"

From emotive
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''FileFormatException'''}}
 
{{DISPLAYTITLE:Exception '''FileFormatException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | FileFormatException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | FileFormatException | [[Core.DataTypes.ComplexDataType|Complex Data Type]]|[[Extensions.File.FileException|FileException]] | {{OtxSpec4}} }}
  
 
== Description ==
 
== Description ==
 
The '''FileFormatException''' is the exception that is thrown when the file format is not equal to the expected format, or in case an access was done before in a different mode (modes are lines, bytes, files).
 
The '''FileFormatException''' is the exception that is thrown when the file format is not equal to the expected format, or in case an access was done before in a different mode (modes are lines, bytes, files).

Latest revision as of 02:39, 12 September 2019

Classification

Name FileFormatException
Class Complex Data Type
Base Data Type FileException
SpecifiedBy ISO 13209-3

Description

The FileFormatException is the exception that is thrown when the file format is not equal to the expected format, or in case an access was done before in a different mode (modes are lines, bytes, files).