Type to start searching...

Catch

Properties
caption : string

String identifier for caption display in the UI.

condition : string

Catch condition. Only the first catch branch with matching exception and true condition is executed. Defaults to true.

description : string

Catch branch description.

exception : qualJavaName

Exception 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 : string

GUI layout data.

name : string

Catch name.

Content
Parents