![]() |
ATLAS Offline Software
|
Exceptions that can be thrown from AthLinks. More...
Go to the source code of this file.
Namespaces | |
| namespace | SG |
| Forward declaration. | |
Functions | |
| void | SG::AthLinks_error () |
| For setting debugger breakpoints. | |
| std::string | SG::excPointerNotInSG_format (const void *pointer) |
| Helper: format exception error string. | |
| std::string | SG::excCLIDMismatch_format (CLID obj_clid, CLID link_clid) |
| Helper: format exception error string. | |
| std::string | SG::excInvalidLink_format (CLID clid, const std::string &key, SG::sgkey_t sgkey) |
| Helper: format exception error string. | |
| void | SG::throwExcInvalidLink (CLID clid, const std::string &key, SG::sgkey_t sgkey) |
| Throw a SG::ExcInvalidLink exception. | |
| std::string | SG::excBadForwardLink_format (size_t index, size_t size, const std::string &name) |
| Helper: format exception error string. | |
| void | SG::throwExcBadForwardLink (size_t index, size_t size, const std::string &name) |
| Throw a SG::ExcBadForwardLink exception. | |
| void | SG::throwExcElementNotFound (const char *where) |
| Throw a SG::ExcElementNotFound exception. | |
| void | SG::throwExcInvalidIndex (const char *where) |
| Throw a SG::ExcInvalidIndex exception. | |
| void | SG::throwExcIndexNotFound (const char *where) |
| Throw a SG::ExcIndexNotFound exception. | |
| void | SG::throwExcIncomparableEL () |
| Throw a SG::IncomparableEL exception. | |
| void | SG::throwExcBadToTransient () |
| Throw a SG::ExcBadToTransient exception. | |
| std::string | SG::excConstStorable_format (CLID clid, const std::string &key, SG::sgkey_t sgkey) |
| Helper: format exception error string. | |
| std::string | SG::excBadThinning_format (CLID clid, const std::string &key, SG::sgkey_t sgkey) |
| Helper: format exception error string. | |
| void | SG::throwExcBadThinning (CLID clid, const std::string &key, SG::sgkey_t sgkey) |
| Throw a SG::ExcBadThinning exception. | |
Exceptions that can be thrown from AthLinks.
Definition in file Control/AthLinks/src/exceptions.cxx.