Difference between revisions of "Core.Terms.GetExceptionText"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
== Description == | == Description == | ||
− | '''GetExceptionText''' is a term, which returns the text of an [[Exception]]. | + | '''GetExceptionText''' is a term, which returns the text of an [[Core.Actions.Throw.Exception|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.}} | {{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.}} | ||
Line 18: | Line 18: | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| ExceptionTerm | [[Exception]] | [[Term]] | - | [1] | Exception}} | + | {{TableRowPropertie1| ExceptionTerm | [[Core.Actions.Throw.Exception|Exception]] | [[Term]] | - | [1] | Exception}} |
|} | |} | ||
Latest revision as of 07:05, 17 February 2016
Contents
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.
![]() |
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 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