Core.Terms.GetExceptionQualifier

From emotive
Revision as of 08:05, 17 February 2016 by Hb (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Exclamation.png 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.

Icons Note.png 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);

See also

GetExceptionOriginatorNode
GetExceptionText
GetStackTrace