Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #if !defined esysUtils_esysExceptionTranslator_20040419_H
00016 #define esysUtils_esysExceptionTranslator_20040419_H
00017 #include "system_dep.h"
00018
00019 #include "EsysException.h"
00020
00021 #include "boost/python/errors.hpp"
00022
00023 #include <iostream>
00024
00025 namespace esysUtils {
00030 ESYSUTILS_DLL_API
00031 void esysExceptionTranslator(EsysException const& e);
00032 }
00033
00034 #endif