Documentation [SuperClasses]  [ClassBrowser]  [MethodTree]  [MethodInterface]  
  Class name : X_OptionError
  • Source file :
../options.h
  Namespace : Options
 Use :
    This C++ class has been declared in a nested namespace. To create an instance of this class would require the use of using declaration as follows:
    using namespace Options;
  Description :
 Class construction :
  Super classes :
    Super class :
  • std::exception
  • Inheritance : public
  Method tree :
Top  Top
  Method interface :
 Public :
 Virtual methods :
 Const methods :
Top  Top
  Public method:
    X_OptionError() throw()
  • Number of arguments : None.
  • Exception specification : This method does not throw any exceptions.
Previous  Back
  Public method:
    virtual const char * what(void) const throw()
  • Number of arguments : None.
  • Exception specification : This method does not throw any exceptions.
Previous  Back