G | |
Global_not_initialized [Global] |
Raised when a global variable is accessed without first having been
assigned a value.
|
N | |
No_more_elements [Enum] |
This exception shall be raised by the
next function of make
or from when no more elements can be enumerated, it shall not
be raised by any function which is an argument to any
other function specified in the interface.
|
No_value [Option] |
Raised when calling
get None .
|
No_value [OptParse.Opt] | No_value gets raised by OptParse.Opt.get when an option
value is not available.
|
O | |
Option_conflict [OptParse.OptParser] | Option_conflic name is raised by OptParse.OptParser.add
when two different options are added with identical
names.
|
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] |