Core.Terms.UserExceptionLiteral
Jump to navigation
Jump to search
Classification
Name | UserExceptionLiteral |
Short Description | Literal of type Exception |
Class | Term |
Extension | OTX Core library |
Group | Literal related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Value = @UserException:"Qualifier"/"Text"
Description
A UserExceptionLiteral is the code representation of a value of type Exception.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Literal | Exception | Literal | - | [1] | Identification of a user-defined exception |
OTL Examples
UserException Exception1 = @UserException:"Qualifier"/"Text";
See also
BooleanLiteral
IntegerLiteral
FloatLiteral
StringLiteral
ByteFieldLiteral
ListLiteral
MapLiteral