]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkException.h
#3203 BBTK Feature New Normal vtk7itk4wx3-mingw64
[bbtk.git] / kernel / src / bbtkException.h
index d99fec59e634805b501dc762c733bf295da5add2..d99d4a282698931bee3127ffaa7919dba931f3ca 100644 (file)
@@ -71,10 +71,14 @@ namespace bbtk
       : mObject(object),
        mSourceFile(source_file),
        mMessage(message)
-    {}
+    {
+printf("EED Exception::Exception \n"); 
+               
+       }
     ~Exception() throw() {}
     void Print() throw()
     {
+printf("EED Exception  Print\n");      
       std::cerr << "* ERROR  : " << mMessage <<std::endl; 
       int lev = bbtk::MessageManager::GetMessageLevel("Error");
       if (lev > 0) {