]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkException.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkException.h
index 96e04a7c84da457dcd1abf2cf718d2f49606520a..a9fd38f1ce525176f132974f333bc7590d54f667 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkException.h,v $
   Language:  C++
-  Date:      $Date: 2008/03/21 14:59:39 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/10/02 12:29:26 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -62,9 +62,10 @@ namespace bbtk
        std::cerr << "* FILE   : " <<mSourceFile<<std::endl;
       }
     }
+    //const std::string& GetMessage() const { return mMessage; }
     const std::string& GetObject() const { return mObject; }
     const std::string& GetSourceFile() const { return mSourceFile; }
-    const std::string& GetMessage() const { return mMessage; }
+    const std::string& GetErrorMessage() const { return mMessage; }
   private:
     std::string mObject;
     std::string mSourceFile;