ATLAS Offline Software
Namespaces | Functions
Control/SGTools/src/exceptions.cxx File Reference

Exceptions that can be thrown by SGTools. More...

#include "SGTools/exceptions.h"
#include "GaudiKernel/System.h"
#include <sstream>
#include <string>
Include dependency graph for Control/SGTools/src/exceptions.cxx:

Go to the source code of this file.

Namespaces

 SG
 Forward declaration.
 

Functions

std::string SG::excBadDataProxyCast_format (CLID id, const std::type_info &tid)
 Helper: Format exception string. More...
 
void SG::throwExcBadDataProxyCast (CLID id, const std::type_info &tid)
 Throw an ExcBadDataProxyCast exception. More...
 
std::string SG::excProxyCollision_format (CLID id, const std::string &key, CLID primary_id, const std::string &primary_key)
 Helper: Format exception string. More...
 
std::string SG::excSgkeyCollision_format (const std::string &new_key, CLID new_clid, const std::string &old_key, CLID old_clid, sgkey_t sgkey)
 Helper: Format exception string. More...
 

Detailed Description

Exceptions that can be thrown by SGTools.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Nov, 2013

Definition in file Control/SGTools/src/exceptions.cxx.