ESYS13
Revision_
|
00001 00002 /******************************************************* 00003 * 00004 * Copyright (c) 2003-2012 by University of Queensland 00005 * Earth Systems Science Computational Center (ESSCC) 00006 * http://www.uq.edu.au/esscc 00007 * 00008 * Primary Business: Queensland, Australia 00009 * Licensed under the Open Software License version 3.0 00010 * http://www.opensource.org/licenses/osl-3.0.php 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 } // end of namespace 00033 00034 #endif