|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #define CHECK_EXC(ARG) \
18 const bool result = static_cast<bool>(ARG); \
20 std::ostringstream os; \
21 os << "Failed to execute: \"" << #ARG << "\""; \
22 throw std::runtime_error(os.str()); \