Difference between revisions of "Core.Terms.GetExceptionQualifier"
Jump to navigation
Jump to search
m (Hb moved page GetExceptionQualifier to Core.Terms.GetExceptionQualifier: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:Core]] | + | {{DISPLAYTITLE:OTX '''GetExceptionQualifier'''}}[[Category:Core]] |
== Classification == | == Classification == | ||
{{ClassificationActivity | GetExceptionQualifier | Qualifier of an exception | [[Term]] | [[Core|OTX Core library]] | [[Exception related terms]] | - | - }} | {{ClassificationActivity | GetExceptionQualifier | Qualifier of an exception | [[Term]] | [[Core|OTX Core library]] | [[Exception related terms]] | - | - }} | ||
Line 13: | Line 13: | ||
{{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.}} | {{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.}} | ||
− | {{TermReturnValue| [[String]] | Return of the qualifiers (category) of the specified exception}} | + | {{TermReturnValue| [[Core.DataTypes.SimpleDataType.String|String]] | Return of the qualifiers (category) of the specified exception}} |
== Properties == | == Properties == | ||
Line 29: | Line 29: | ||
== See also == | == See also == | ||
− | [[GetExceptionOriginatorNode]] <br/> | + | [[Core.Terms.GetExceptionOriginatorNode|GetExceptionOriginatorNode]] <br/> |
− | [[GetExceptionText]] <br/> | + | [[Core.Terms.GetExceptionText|GetExceptionText]] <br/> |
− | [[GetStackTrace]] | + | [[Core.Terms.GetStackTrace|GetStackTrace]] |
Revision as of 04:27, 5 February 2016
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);