]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Tue, 25 Aug 2009 15:28:25 +0000 (15:28 +0000)
committerageay <ageay>
Tue, 25 Aug 2009 15:28:25 +0000 (15:28 +0000)
src/INTERP_KERNEL/Bases/InterpKernelException.cxx

index 137b71c357abbe0ec8b3777dfe3a29380a239c19..11613ba74916cbc74096d833a790549f9449a524 100644 (file)
 //
 #include "InterpKernelException.hxx"
 
+#include <iostream>
+
 INTERP_KERNEL::Exception::Exception(const char *what):_reason(what)
 {
+  std::cerr << "AN INTERP_KERNEL::EXCEPTION HAS BEEN THROWN : " << what << "**********" << std::endl;
 }
 
 INTERP_KERNEL::Exception::Exception(const char *what, const char *file, int line):_reason(what)