class STORE_EXC < $STR
****
Packing exceptions


Ancestors
$STR



Public


Readable Attributes
attr msg: STR;
**** Additional message
attr str: STR;

Constants
const no_output_str: STR := "Cannot use a store without an output string";
const no_restore_context_str: STR :=
const parse_err_str: STR := "RESTORE encountered a parsing error.";
const past_end_of_str: STR := "RESTORE went past end of string...";

Features
no_output: SAME
no_restore_context: SAME
parse_err(msg:STR): SAME
past_end_of_str(msg:STR): SAME


Private

create(s: STR,msg: STR): SAME
**** Create a new store exception
attr msg: STR;
**** Additional message
attr str: STR;

The Sather Home Page