/[escript]/trunk/esysUtils/src/esysExceptionTranslator.cpp
ViewVC logotype

Contents of /trunk/esysUtils/src/esysExceptionTranslator.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 757 - (show annotations)
Mon Jun 26 13:12:56 2006 UTC (16 years, 9 months ago) by woo409
File size: 1150 byte(s)
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)

1 /*
2 ******************************************************************************
3 * *
4 * COPYRIGHT ACcESS 2004 - All Rights Reserved *
5 * *
6 * This software is the property of ACcESS. No part of this code *
7 * may be copied in any form or by any means without the expressed written *
8 * consent of ACcESS. Copying, use or modification of this software *
9 * by any unauthorised person is illegal unless that person has a software *
10 * license agreement with ACcESS. *
11 * *
12 ******************************************************************************
13 */
14 #include "system_dep.h"
15 #include "esysExceptionTranslator.h"
16 #include <iostream>
17
18 using namespace std;
19
20 namespace esysUtils {
21
22 void esysExceptionTranslator(EsysException const& e)
23 {
24 PyErr_SetString(PyExc_RuntimeError,e.what());
25 }
26
27 } // end of namespace

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26