#include "CLHEP/Exceptions/ZMexAction.h"
#include <stdlib.h>
#include <string>
Go to the source code of this file.
|
ZMexAction | zmex::ZMthrow_ (const ZMexception &userException, int lineNum, const char fileName[]) |
|
◆ ZMthrow
#define ZMthrow |
( |
|
userExcept | ) |
ZMthrow_from(userExcept, __LINE__, __FILE__) |
◆ ZMthrow_from
#define ZMthrow_from |
( |
|
userExcept, |
|
|
|
line, |
|
|
|
file |
|
) |
| |
Value:do { \
try { throw userExcept; } \
throw; \
} \
} \
} while (false) \
ZMexAction ZMthrow_(const ZMexception &userException, int lineNum, const char fileName[])
Definition at line 75 of file ZMthrow.h.