Difference between revisions of "Extensions.File.FileFormatException"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''FileFormatException'''}} == Classification == {{ClassificationException | FileFormatException | Exception Type | Core.DataTypes.ComplexDataTy...")
 
Line 4: Line 4:
  
 
== 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 11:21, 28 November 2016

Classification

Name FileFormatException
Class Exception Type
Base Data Type Complex Data Type
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).