B | |
Bits_error [BatIO] | |
Break [BatSys] | Exception raised on interactive interrupt if |
D | |
Different_list_size [BatLazyList] |
|
E | |
Empty [BatStack] | Raised when |
Empty [BatQueue] | Raised when |
Empty [BatFingerTree] | An exception that is thrown by various operations when trying to get a non existing element. |
Empty [BatDllist] | |
Empty_list [BatRefList] | |
Empty_list [BatLazyList] |
|
Error [BatStream] | Raised by parsers when the first component of a stream pattern is accepted, but one of the following components is rejected. |
F | |
Failure [BatStream] | Raised by parsers when none of the first components of the stream patterns is accepted. |
G | |
Global_not_initialized [BatGlobal] | Raised when a global variable is accessed without first having been assigned a value. |
I | |
Illegal_char [BatPathGen.PathType] | Raised by |
Infinite_enum [BatEnum] | As a convenience for debugging, this exception may be raised by
the |
Input_closed [BatInnerIO] | This exception is raised when reading on a closed input. |
Input_closed [BatIO] | This exception is raised when reading on a closed input. |
Invalid_arg [BatDynArray] | When an operation on an array fails, |
Invalid_char [BatBase64] | This exception is raised when reading an invalid character from a base64 input. |
Invalid_index [BatLazyList] |
|
Invalid_table [BatBase64] | This exception is raised if the encoding or decoding table size is not correct. |
L | |
LexerError [BatGenlex] | |
M | |
Malformed_code [BatUTF8] | |
Malformed_path [BatPathGen.PathType] | |
N | |
NaN [BatNumber] | Not a Number |
No_more_elements [BatLazyList] | See |
No_more_elements [BatEnum] | This exception shall be raised by the |
No_more_input [BatInnerIO] | This exception is raised when reading on an input with the |
No_more_input [BatIO] | This exception is raised when reading on an input with the |
No_value [BatOptParse.Opt] |
|
Not_parent [BatPathGen.PathType] | |
O | |
Option_conflict [BatOptParse.OptParser] |
|
Option_error [BatOptParse.Opt] | This exception signals that an option value is invalid. |
Option_help [BatOptParse.Opt] | When an option wants to display a usage message, this exception may be raised. |
Out_of_bounds [BatVect.Make] | Raised when an operation violates the bounds of the vect. |
Out_of_bounds [BatVect] | Raised when an operation violates the bounds of the vect. |
Out_of_bounds [BatText] | Raised when an operation violates the bounds of the rope. |
Out_of_range [BatUChar] | |
Output_closed [BatInnerIO] | This exception is raised when reading on a closed output. |
Output_closed [BatIO] | This exception is raised when reading on a closed output. |
Overflow [BatNumber] | Arithmetic overflow. |
Overflow [BatInnerIO] | Exception raised when a read or write operation cannot be completed. |
Overflow [BatIO] | Exception raised when a read or write operation cannot be completed. |
S | |
Scan_failure [BatScanf] | The exception that formatted input functions raise when the input cannot be read according to the given format. |
U | |
Unix_error [BatUnix] | Raised by the system calls below when an error is encountered. |