[Aldor-l] Exceptions in aldor

Ralf Hemmecke ralf at hemmecke.de
Thu Mar 30 12:40:56 EST 2006


Since you have Aldor, you have the libaldor sources. You simply grep for 
"Exception" and you find the following:

cd src
grep -R -l Exception

arith/sal_complex.as
arith/sal_fltcat.as
arith/sal_itools.as
arith/sal_pointer.as
arith/sal_segment.as
base/sal_gener.as
base/sal_partial.as
base/sal_syntax.as
datastruc/sal_array.as
datastruc/sal_ckarray.as
datastruc/sal_cklist.as
datastruc/sal_ckmembk.as
datastruc/sal_hash.as
datastruc/sal_list.as
datastruc/sal_parray.as
datastruc/sal_pkarray.as
datastruc/sal_set.as
datastruc/sal_table.as
gmp/sal_fltgmp.as
util/rtexns.as
util/sal_file.as

There are

SyntaxException
GeneratorException
ArrayException
ListException
TableException
FileException

Look at the Libaldor Documentation

http://www-sop.inria.fr/cafe/Manuel.Bronstein/libaldor/html/node13.html

Whould that be enough?

Ralf


On 03/30/2006 06:33 PM, W Naylor wrote:
> Hi,
> 
> I'm trying to do some expception handling in my aldor code. I find that 
> the documentation on aldor exceptions is pretty limited. All I can find 
> about this is chapter 11 in the aldor user guide. Which is fine for 
> telling you how to catch throw and create them, however it would be nice 
> to find a list of the ones that already exist in the library. 
> The very well documented libalgebra just adds ReducibleModulusExtension, I 
> wondered if any one knows of any documentation for the libaldor ones?



More information about the Aldor-l mailing list