Core.Terms.GetExceptionText

From emotive
Jump to navigation Jump to search

Classification

Name GetExceptionText
Short Description Text of an exception
Class Term
Extension OTX Core library
Group Exception related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

OTL Syntax

StringTerm = GetExceptionText(ExceptionTerm);

Description

GetExceptionText is a term, which returns the text 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 text 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 = GetExceptionText(exceptionVariable);

See also

GetExceptionOriginatorNode
GetExceptionQualifier
GetStackTrace