B | |
| Bits_error [IO] | |
D | |
| Different_list_size [ExtList.List] |
|
E | |
| Empty [Dllist] | |
| Empty_list [RefList] | |
| Empty_list [ExtList.List] |
|
| Error [Unzip] | |
G | |
| Global_not_initialized [Global] | Raised when a global variable is accessed without first having been assigned a value. |
I | |
| Input_closed [IO] | This exception is raised when reading on a closed input. |
| Invalid_arg [DynArray] | When an operation on an array fails, |
| Invalid_char [Base64] | This exception is raised when reading an invalid character from a base64 input. |
| Invalid_index [RefList] | |
| Invalid_index [ExtList.List] |
|
| Invalid_string [ExtString] | |
| Invalid_string [ExtLib] | |
| Invalid_table [Base64] | This exception is raised if the encoding or decoding table size is not correct. |
M | |
| Malformed_code [UTF8] | |
N | |
| Negative_index [BitSet] | When a negative bit value is used for one of the BitSet functions, this exception is raised with the name of the function. |
| No_more_elements [Enum] | This exception shall be raised by the |
| No_more_input [IO] | This exception is raised when reading on an input with the |
| No_value [Option] | Raised when calling |
| No_value [OptParse.Opt] |
|
O | |
| Option_conflict [OptParse.OptParser] |
|
| Option_error [OptParse.Opt] | This exception signals that an option value is invalid. |
| Option_help [OptParse.Opt] | When an option wants to display a usage message, this exception may be raised. |
| Out_of_range [UChar] | |
| Output_closed [IO] | This exception is raised when reading on a closed output. |
| Overflow [IO] | Exception raised when a read or write operation cannot be completed. |