Skip to main content

Ens.BPL.Throw

class Ens.BPL.Throw extends Ens.BPL.Activity

When a statement executes, control immediately shifts to the block inside the same , skipping all intervening statements after the . Inside the block, the program attempts to find a block whose value attribute matches the fault string expression in the statement. This comparison is case-sensitive

Property Inventory

Method Inventory

Properties

property Fault as %String;
This holds the string that will identify the fault
Property methods: FaultDisplayToLogical(), FaultGet(), FaultIsValid(), FaultLogicalToDisplay(), FaultLogicalToOdbc(), FaultNormalize(), FaultSet()

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
Inherited description: Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab