Difference between revisions of "Extensions.File.FileFormatException"

From emotive
Jump to navigation Jump to search
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]]}}
  
 
== 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).

Revision as of 02:04, 27 September 2018

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).