g_Activity_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_Activity_Script [1..1]
g_Activity_Goto [1..1]
g_Activity_Action [1..1]
g_Activity_Timeout [1..1]
g_Activity_Decision [1..1]
g_Activity_Loop [1..1]
g_Activity_Semaphore [1..1]
g_Activity_TryCatch [1..1]
g_Activity_Join [1..1]
g_Activity_Assignment [1..1]
g_Activity_Queue [1..1]
g_Activity_UIAction [1..1]
any [1..1]
Parents
Parent topic: g_Activity_TryCatch