Difference between revisions of "Core.Terms.GetExceptionQualifier"
Jump to navigation
Jump to search
(Created page with "Category:Core == Classification == {{ClassificationActivity | GetExceptionQualifier | Qualifier of an exception | Term | OTX Core library | Exception relate...") |
(No difference)
|
Revision as of 04:30, 14 August 2014
Contents
Classification
Name | GetExceptionQualifier |
Short Description | Qualifier of an exception |
Class | Term |
Extension | OTX Core library |
Group | Exception related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Value = GetExceptionQualifier(ExceptionTerm)
Description
GetExceptionQualifier is a term, which returns the qualifier of an Exception.
![]() |
Important: Please keep in mind that this TermActivity in the form of an activity exists and no text can be entered. According to the respective ActionNode can further properties are added. |
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | Return of the qualifiers (category) of the specified exception |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ExceptionTerm | Exception | Term | - | [1] | Exception |
Examples
String result = GetExceptionQualifier(exceptionVariable)