const size_t kREASONSIZE
Reason text max buffer length.
Definition: CXIAException.h:33
const size_t kXIABUFSIZE
XIA API return code max buffer length.
Definition: CXIAException.h:32
CException wrapper for XIA return codes containing the return code and context message of the error.
Definition: CXIAException.h:35
virtual ~CXIAException()
Destructor. Nothing to do here.
Definition: CXIAException.h:50
CXIAException(std::string msg, std::string fcn, int rv)
Constructor from arguments.
Definition: CXIAException.cpp:18
virtual int ReasonCode() const
Get the reason code.
Definition: CXIAException.cpp:28
virtual const char * ReasonText() const
Get the return text.
Definition: CXIAException.cpp:30