escript Revision_
|
#include "ExceptionTranslators.h"
Namespaces | |
namespace | escript |
Functions | |
void | escript::AssertionErrorTranslator (const EsysException &e) |
Function which translates an EsysException into a python AssertionError. | |
void | escript::IOErrorTranslator (const EsysException &e) |
Function which translates an EsysException into a python IOError. | |
void | escript::NotImplementedErrorTranslator (const EsysException &e) |
Function which translates an EsysException into a python NotImplementedError. | |
void | escript::RuntimeErrorTranslator (const EsysException &e) |
Function which translates an EsysException into a python RuntimeError. | |
void | escript::ValueErrorTranslator (const EsysException &e) |
Function which translates an EsysException into a python ValueError. | |