summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/codemaker/options.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/codemaker/options.hxx b/include/codemaker/options.hxx
index 5a0f0dba3d70..019f09803b5e 100644
--- a/include/codemaker/options.hxx
+++ b/include/codemaker/options.hxx
@@ -45,6 +45,7 @@ public:
Options();
virtual ~Options();
+ /// @throws IllegalArgument
virtual bool initOptions(int ac, char* av[], bool bCmdFile=false)
throw( IllegalArgument ) = 0;
@@ -52,6 +53,7 @@ public:
const ::rtl::OString& getProgramName() const { return m_program;}
bool isValid(const ::rtl::OString& option) const;
+ /// @throws IllegalArgument
const OString& getOption(const ::rtl::OString& option) const
throw( IllegalArgument );