12.5.2 Class constructors of mbfl_logic_error_condition

Constructor on mbfl_logic_error_condition_t: mbfl_logic_error_condition_make CND WHO MESSAGE

Define an object previously declared with mbfl_default_object_declare or similar. Objects built with this constructor are non–continuable by default.

who of mbfl_exceptional_condition for the semantics of the parameter WHO.

message of mbfl_exceptional_condition for the semantics of the parameter MESSAGE.

Constructor on mbfl_logic_error_condition_t: mbfl_logic_error_condition_define CND WHO MESSAGE CONTINUABLE

Define an object previously declared with mbfl_default_object_declare or similar. This is a low–level constructor that does not validate its parameters; it should be used by client code only to define high–level constructors.

who of mbfl_exceptional_condition for the semantics of the parameter WHO.

message of mbfl_exceptional_condition for the semantics of the parameter MESSAGE.

continuable of mbfl_exceptional_condition for the semantics of the parameter CONTINUABLE.


This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.