#include "CLHEP/Exceptions/ZMexAction.h"
#include <stdlib.h>
#include <string>
Go to the source code of this file.
◆ ZMthrow
#define ZMthrow |
( |
| userExcept | ) |
|
Value:
#define ZMthrow_from(userExcept, line, file)
Definition at line 97 of file ZMthrow.h.
◆ 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.