CONZEPT 16 C++ API
C16::Procedure::Execution::Exception Class Reference

Exception of the execution of a procedure. More...

#include "C16/Procedure.hpp"

Inheritance diagram for C16::Procedure::Execution::Exception:
C16::Exception::Generic

Detailed Description

Exception of the execution of a procedure.

Public Member Functions

 Exception (Error error)
 Constructs an exception of the execution of a procedure. More...
 
Error error () const
 Gets the error of the execution of a procedure. More...
 

Constructor & Destructor Documentation

◆ Exception()

C16::Procedure::Execution::Exception::Exception ( Error  error)
explicit

Constructs an exception of the execution of a procedure.

Parameters
errorError of the execution of a procedure

Member Function Documentation

◆ error()

Error C16::Procedure::Execution::Exception::error ( ) const

Gets the error of the execution of a procedure.