escript
Revision_Unversioneddirectory
|
#include "system_dep.h"
#include "EsysException.h"
#include "boost/python/errors.hpp"
#include <iostream>
Go to the source code of this file.
Namespaces | |
esysUtils | |
Functions | |
void | esysUtils::RuntimeErrorTranslator (EsysException const &e) |
Function which translates an EsysException into a python RuntimeError. More... | |
void | esysUtils::ValueErrorTranslator (EsysException const &e) |
Function which translates an EsysException into a python ValueError. More... | |