Salome HOME
#18963 Minimize compiler warnings
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBRangeSelection.hxx
index c8a000eea18d95a2ab1fac7d7e9d7e017f46b2bc..6a44fe0bd6294a3c9c70db7f887a258082241b78 100644 (file)
@@ -31,20 +31,20 @@ namespace MEDCoupling
   class MEDCALCULATOR_EXPORT MEDCalculatorDBRangeSelection
   {
   public:
-    MEDCalculatorDBRangeSelection(const char *v) throw(INTERP_KERNEL::Exception);
+    MEDCalculatorDBRangeSelection(const char *v);
     MEDCalculatorDBRangeSelection(int v);
     MEDCalculatorDBRangeSelection();
     void setPyStart(int val);
     void setPyEnd(int val);
-    MEDCalculatorDBRangeSelection& operator=(const char *v) throw(INTERP_KERNEL::Exception);
-    MEDCalculatorDBRangeSelection& operator=(int v) throw(INTERP_KERNEL::Exception);
-    std::vector<std::size_t> getIds(int lgth) const throw(INTERP_KERNEL::Exception);
-    int getSize(int lgth) const throw(INTERP_KERNEL::Exception);
+    MEDCalculatorDBRangeSelection& operator=(const char *v);
+    MEDCalculatorDBRangeSelection& operator=(int v);
+    std::vector<std::size_t> getIds(int lgth) const;
+    int getSize(int lgth) const;
     bool isAll() const;
     void setAll();
   private:
-    void setValue(const char *v) throw(INTERP_KERNEL::Exception);
-    void setValue(int v) throw(INTERP_KERNEL::Exception);
+    void setValue(const char *v);
+    void setValue(int v);
     static int TraducePyVal(int val);
   private:
     static const char SEPARATOR=':';