- Of_sexp_error [SExpr]
Of_sexp_error (reason, sexp)
the exception raised when an
S-expression could not be successfully converted to an OCaml-value.
- Option_conflict [Opt_parse.OptParser]
Option_conflict name
is raised by
Opt_parse.OptParser.add
when two different options are added with identical
names.
- Option_error [Opt_parse.Opt]
This exception signals that an option value is invalid.
- Option_help [Opt_parse.Opt]
When an option wants to display a usage message, this exception
may be raised.
- Out_of_bounds [Vect]
Raised when an operation violates the bounds of the vect.
- Out_of_bounds [Vect.Make]
Raised when an operation violates the bounds of the vect.
- Out_of_bounds [Rope]
Raised when an operation violates the bounds of the rope.
- 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.
- Overflow [Numeric]
Arithmetic overflow.