]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.h
Fixed the systematic '* LINE : 0' bug when error in script
[bbtk.git] / kernel / src / bbtkInterpreter.h
index 33c82aca87b4e2719e33bbd6d7703cf13f463a93..4b6669cf7ae00ee788e4f72158754dac4e67dcec 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkInterpreter.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:13 $
-  Version:   $Revision: 1.35 $
+  Date:      $Date: 2008/11/26 12:36:43 $
+  Version:   $Revision: 1.36 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -293,6 +293,7 @@ namespace bbtk
                     std::string includeScriptName);
 
     /// 
+    void CatchInterpreterException( const InterpreterError& e );
     void CatchBbtkException( const bbtk::Exception& e );
     void CatchStdException( const std::exception& e );
     void CatchUnknownException();