Difference between revisions of "Extensions.File.FileException"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== 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 remainder of this section do not apply to the problem at hand. | ||
+ | |||
+ | {{Note|IMPORTANT — All terms and action realisations in this extension may potentially throw this exception.}} |
Revision as of 02:08, 27 September 2018
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 remainder of this section do not apply to the problem at hand.
![]()
IMPORTANT — All terms and action realisations in this extension may potentially throw this exception.