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