mbfl_uncaught_exceptional_condition
¶mbfl_uncaught_exceptional_condition_t
: mbfl_runtime_error_condition_make CND WHO OBJ ¶Define an object previously declared with mbfl_default_object_declare
or similar. Objects
built with this constructor are continuable by default.
who
of mbfl_exceptional_condition
for the semantics of the parameter WHO.
object
of mbfl_uncaught_exceptional_condition
for the semantics of the
parameter OBJ.
mbfl_uncaught_exceptional_condition_t
: mbfl_runtime_error_condition_define CND WHO MESSAGE CONTINUABLE OBJ ¶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.
object
of mbfl_uncaught_exceptional_condition
for the semantics of the
parameter OBJ.
This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.