immutable class FMT_ERROR < $STR
****
Errors raised by FMT belong to this class.


Flattened version is here

Ancestors
$STR



Public


Readable Attributes
attr error: INT;
**** Error type as defined in FMT_ERROR_FLAGS.
attr str: STR;
**** Literal message for the user providing more information.

Constants

Features
create(err:INT,s:STR): SAME
create(s:STR): SAME


Private

attr error: INT;
**** Error type as defined in FMT_ERROR_FLAGS.
attr str: STR;
**** Literal message for the user providing more information.