All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Option Parsing Errors

Exceptions thrown by the optparse module. More...

Classes

class  gears::optparse::error
 The base exception thrown in case of errors. More...
 
class  gears::optparse::unrecognised_option
 Exception thrown when an invalid option is passed. More...
 
class  gears::optparse::missing_required_option
 Exception thrown when a required option is missing. More...
 
class  gears::optparse::missing_required_value
 Exception thrown when a required value is missing. More...
 
class  gears::optparse::option_takes_no_value
 Exception thrown when an option is given an explicit value when not needed. More...
 

Detailed Description