From: ageay Date: Tue, 25 Aug 2009 15:28:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_main_FINAL~354 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e062ddca837cb567dafdeb6ee38fb780817aec0;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/INTERP_KERNEL/Bases/InterpKernelException.cxx b/src/INTERP_KERNEL/Bases/InterpKernelException.cxx index 137b71c35..11613ba74 100644 --- a/src/INTERP_KERNEL/Bases/InterpKernelException.cxx +++ b/src/INTERP_KERNEL/Bases/InterpKernelException.cxx @@ -18,8 +18,11 @@ // #include "InterpKernelException.hxx" +#include + 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)