OTX Reference  
OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Handler.HandlerRealisation.CatchingFlow Class Reference

Catch block. More...

Classes

class  CatchHeader
 Catch header. More...
 

Public Attributes

CatchHeader exception
 Cardinality [1]
Catch header. More...
 
Flow flow
 Cardinality [1]
The flow shall be carried out when the exception stated by the exception element has been caught. More...
 

Detailed Description

Catch block.

The CatchingFlow type bundles information about a to-be-caught Exception to a Flow that handles it. The flow will only be executed if there was an exception of the right type thrown in the enclosing exception Handler.

Member Data Documentation

◆ exception

CatchHeader OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Handler.HandlerRealisation.CatchingFlow.exception

Cardinality [1]
Catch header.

Represents the catch header which aggregates information about the exception type and the handle to which a caught exception shall be assigned to.

◆ flow

Flow OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Handler.HandlerRealisation.CatchingFlow.flow

Cardinality [1]
The flow shall be carried out when the exception stated by the exception element has been caught.