Core.Terms.GetExceptionQualifier
Jump to navigation
Jump to search
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 |
OTL Syntax
StringTerm = 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
UserException exceptionVariable = @UserException:"UserException"/"UserException";
String result;
result = GetExceptionQualifier(exceptionVariable);