Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::option::OptionException Class Reference

#include <elm/option/Manager.h>

+ Inheritance diagram for elm::option::OptionException:

Public Member Functions

 OptionException (const String &message)
 
- Public Member Functions inherited from elm::MessageException
 MessageException (const String &message)
 
virtual String message (void)
 
- Public Member Functions inherited from elm::Exception
virtual ~Exception (void)
 

Detailed Description

This class may be raised by options of by the option Manager to indicate that there is an error in command line arguments.

Constructor & Destructor Documentation

elm::option::OptionException::OptionException ( const String message)

Build an empty with a string message possibly containing printf-like escape sequences for arguments.

Parameters
messageMessage formats.
...Arguments.

The documentation for this class was generated from the following files: