ATLAS Offline Software
|
#include <ostream>
#include <stdexcept>
Go to the source code of this file.
Macros | |
#define | CHECK_EXC(ARG) |
Checks the result of a call, and if it is false, or StatusCode::FAILURE, raise an exception. More... | |
#define CHECK_EXC | ( | ARG | ) |
Checks the result of a call, and if it is false, or StatusCode::FAILURE, raise an exception.
Use this for cases where you don't have code to recover from a failure, or where you don't expect the command to fail under normal circumstances.
Definition at line 17 of file CheckExc.h.