B | |
| Bits_error [IO] | |
D | |
| Different_list_size [ExtList.List] |
|
E | |
| Empty [Dllist] | |
| Empty_list [RefList] | |
| Empty_list [ExtList.List] |
|
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_index [RefList] | |
| Invalid_index [ExtList.List] |
|
| Invalid_string [ExtString] | |
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. |
| 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. |