[Aldor-l] Exceptions in aldor
Christian Aistleitner
tmgisi at gmx.at
Fri Mar 31 00:37:04 EST 2006
Hello,
> Since you have Aldor, you have the libaldor sources. You simply grep for
> "Exception" and you find the following:
if every exception contains "Exception" in its name, this approach should
be fair enough.
However, this need not be the case.
There is for example the exception RuntimeError :)
RuntimeError is actually thrown, so I consider it an exception.
It is however of type RuntimeException (sadly enough a category of the
aldor library NOT ending in Type), so even the grepping for Exception
would give some hint to it.
> There are
>
> SyntaxException
> GeneratorException
> ArrayException
> ListException
> TableException
> FileException
and
RuntimeError(...);
Kind regards,
Christian
More information about the Aldor-l
mailing list