Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/option/Option.h>
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) |
This class may be raised by options of by the option Manager to indicate that there is an error in command line arguments.
OptionException | ( | const String & | message | ) |
Build an empty with a string message possibly containing printf-like escape sequences for arguments.
message | Message formats. |
... | Arguments. |