Next:
Debugging
Up:
User Guide
Previous:
Profiling
Contents
Index
Exceptions
libaldor
can throw the following exceptions:
open
throws the exception
FileException
if the file cannot be opened in the desired mode.
from a
TextReader
throws the exception
SyntaxException
if the input does not correspond to an element of the expected type.
Accessing a
CheckingArray
or
CheckingMemoryBlock
out of bounds throws the exception
ArrayException
.
Accessing a
CheckingList
out of bounds throws the exception
ListException
.
Accessing a
TableType
with
apply
throws the exception
TableException
if the given key is not present in the table, unless the table was created with a default function via either
forget
or
remember
.
Calling
next!
on an empty generator throws the exception
GeneratorException
.
No function in
libaldor
makes a call to
error
.
Manuel Bronstein 2004-06-28