g_ETLActivitySteps_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


Parents

Parent topic: g_ETLActivitySteps_TryCatch