Difference between revisions of "Extensions.File.FileException"

From emotive
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''FileException'''}}
 
{{DISPLAYTITLE:Exception '''FileException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | FileException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | FileException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Core.DataTypes.ComplexDataType.Exception|Exception]] | {{OtxSpec4}} }}
  
 
== Description ==
 
== Description ==
The '''FileException''' is the super class for all exceptions in the [[Extensions.File|File]] extension. A FileException shall be used in case the more specific exception types described in the remainder of this section do not apply to the problem at hand.
+
The '''FileException''' is the super class for all exceptions in the [[Extensions.File|'''File''']] extension. A FileException shall be used in case the more specific exception types described in the [[Extensions.File|'''File''']] extension do not apply to the problem at hand.
 +
 
 +
{{Note|IMPORTANT — All terms and action realisations in this extension may potentially throw this exception.}}

Latest revision as of 09:14, 12 September 2019

Classification

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

Description

The FileException is the super class for all exceptions in the File extension. A FileException shall be used in case the more specific exception types described in the File extension do not apply to the problem at hand.

Icons Note.png IMPORTANT — All terms and action realisations in this extension may potentially throw this exception.