class CAST_EXC < $STR
****
Exception that is raised when a CAST{T}::from call fails


Ancestors
$STR



Public


Readable Attributes
attr caster: $OB;
**** Mainly so that we can find out the class name of the cast for error reporting.
attr ob: $OB;
**** class name of the cast for error reporting.

Features
create(ob: $OB,caster: $OB): SAME
str: STR


Private

attr caster: $OB;
**** Mainly so that we can find out the class name of the cast for error reporting.
attr ob: $OB;
**** class name of the cast for error reporting.

The Sather Home Page