g_Sequence_TryCatch_Catch
Catch
Properties
caption : stringString identifier for caption display in the UI.
condition : stringCatch condition. Only the first catch branch with matching exception and true condition is executed. Defaults to true.
description : stringCatch branch description.
exception : qualJavaNameException class to catch. By default, catches any exception.
Valid values based on“string”. |[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)* layout : stringGUI layout data.
name : stringCatch name.
Content
Choice of:
g_Sequence_Script [1..1]
g_Sequence_Goto [1..1]
g_Sequence_Transform [1..1]
g_Sequence_Dispatch [1..1]
g_Sequence_Loop [1..1]
g_Sequence_Semaphore [1..1]
g_Sequence_TryCatch [1..1]
g_Sequence_Persist [1..1]
g_Sequence_Sync [1..1]
g_Sequence_Send [1..1]
g_Sequence_SendReceive [1..1]
g_Sequence_Join [1..1]
any [1..1]
Parents
Parent topic: g_Sequence_TryCatch