X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkException.h;h=a9fd38f1ce525176f132974f333bc7590d54f667;hb=865c4a8acc43605c07d519a1d029d5361deeff54;hp=9c5c6ae45723c10543dff733af4a669487611e76;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/kernel/src/bbtkException.h b/kernel/src/bbtkException.h index 9c5c6ae..a9fd38f 100644 --- a/kernel/src/bbtkException.h +++ b/kernel/src/bbtkException.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkException.h,v $ Language: C++ - Date: $Date: 2008/01/22 15:02:00 $ - Version: $Revision: 1.1 $ + 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 @@ -46,10 +46,10 @@ namespace bbtk { public: Exception(const std::string& object, - const std::string& file, + const std::string& source_file, const std::string& message) throw() : mObject(object), - mFile(file), + mSourceFile(source_file), mMessage(message) {} ~Exception() throw() {} @@ -59,15 +59,16 @@ namespace bbtk int lev = bbtk::MessageManager::GetMessageLevel("Error"); if (lev > 0) { std::cerr << "* OBJECT : " <