Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
OptionException Class Reference

#include <elm/option/Option.h>

+ Inheritance diagram for OptionException:

Public Member Functions

 OptionException (const String &message)
 
- Public Member Functions inherited from MessageException
 MessageException (const String &message)
 
virtual String message (void)
 
- Public Member Functions inherited from 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

◆ 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: