]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/INTERP_KERNEL/Bases/InterpKernelException.hxx
Salome HOME
Some useful helpers into medcoupling python module
[tools/medcoupling.git] / src / INTERP_KERNEL / Bases / InterpKernelException.hxx
index 86fe0cc96f069f06279e5efe3e8f4d5d986c2576..d165bfe8208586552dbbc5b16497233d03a94561 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -32,6 +32,7 @@ namespace INTERP_KERNEL
   {
   public:
     INTERPKERNEL_EXPORT Exception(const char *reason);
+    INTERPKERNEL_EXPORT Exception(const std::string& reason);
     INTERPKERNEL_EXPORT Exception(const char *reason, const char *file, int line);
     INTERPKERNEL_EXPORT ~Exception() throw ();
     INTERPKERNEL_EXPORT const char *what() const throw();