OTX Reference  
OpenTestSystem.Otx.Core.Exceptions.Throws Class Reference

List of checked exceptions More...

Public Attributes

Exception[] exception
 Exception, which contains information about the exception. More...
 

Detailed Description

List of checked exceptions

A Procedure or ProcedureSignature can declared checked exceptions. A checked exceptions is an Exception that OTX forces to handle it via checker rules Core_Chk017 or Core_Chk018. Each listed exception may potentially be thrown by the procedure under certain circumstances and must be handled with an Handler node.

Member Data Documentation

◆ exception

Exception [] OpenTestSystem.Otx.Core.Exceptions.Throws.exception

Exception, which contains information about the exception.