X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkException.h;h=96e04a7c84da457dcd1abf2cf718d2f49606520a;hb=fc399c5aab38ad24ea5d57552701411b4d805181;hp=9c5c6ae45723c10543dff733af4a669487611e76;hpb=0bfd6ea8a50ca866039ce1eabdb8df2b3a0330b1;p=bbtk.git diff --git a/kernel/src/bbtkException.h b/kernel/src/bbtkException.h index 9c5c6ae..96e04a7 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/03/21 14:59:39 $ + Version: $Revision: 1.2 $ 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,15 @@ namespace bbtk int lev = bbtk::MessageManager::GetMessageLevel("Error"); if (lev > 0) { std::cerr << "* OBJECT : " <