Index of exceptions
 
B 
 Bad [
Arg]
 
Functions in spec or anon_fun can raise Arg.Bad with an error
 message to reject invalid arguments.
 
 
E 
 Error [
Stream]
 
Raised by parsers when the first component of a stream pattern is
 accepted, but one of the following components is rejected.
 
 Error [
Dynlink]
 
Errors in dynamic linking are reported by raising the Error
 exception with a description of the error.
 
 Exit [
Pervasives]
 
The Exit exception is not raised by any library function.
 
 
F 
 Failure [
Stream]
 
Raised by parsers when none of the first components of the stream
 patterns is accepted.
 
 
G 
 
H 
 Help [
Arg]
 
Raised by Arg.parse_argv when the user asks for help.
 
 
P 
 
S 
 Scan_failure [
Scanf]
 
The exception that formatted input functions raise when the input cannot
 be read according to the given format.
 
 
U 
 Unix_error [
Unix]
 
Raised by the system calls below when an error is encountered.