Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Ens.BPL.CatchAll

class Ens.BPL.CatchAll extends Ens.BPL.Activity

catchall is used within the tag to define a series of activities to be performed when control is transferred out of the related , either by an error occurring or as the result of an explicit (See Ens.BPL.Throw)

Property Inventory

Method Inventory

Properties

property Activities as Ens.BPL.ActivityList;
This holds the Activity List
Property methods: ActivitiesGet(), ActivitiesGetSwizzled(), ActivitiesIsValid(), ActivitiesNewObject(), ActivitiesSet()

Methods

method GenerateCode(pCompiler As Ens.BPL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
Inherited description: This generates the common XML attributes for this Activity
method Validate(ByRef pStatus As %Status, pContext As Ens.BPL.ValidationContext) as %Status
Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab