25 #ifndef __EXCEPTIONSTACK_H__
26 #define __EXCEPTIONSTACK_H__
53 #define try_running() do {
54 #define catch_exception() } while (0); if (estack.top ()) \
55 switch (estack.top()->getCode ())
56 #define throw_exception(e) estack.push (e)
57 #define top_exception() estack.top ()
58 #define pop_exception() estack.pop ()
void print(const char *prefix=NULL)