1 #ifndef GAUDIALG_IERRORTOOL_H
2 #define GAUDIALG_IERRORTOOL_H 1
12 #include "GaudiKernel/IAlgTool.h"
13 #include "GaudiKernel/StatusCode.h"
14 #include "GaudiKernel/IMessageSvc.h"
54 (
const std::string&
msg ,
56 const size_t mx = 10 )
const = 0 ;
69 (
const std::string& msg ,
71 const size_t mx = 10 )
const = 0 ;
83 (
const std::string& msg ,
98 const std::string& message =
"" ,
109 virtual void Exception
110 (
const std::string & msg ,
122 virtual void Exception
123 (
const std::string & msg ,
124 const std::exception & exc ,
134 virtual void Exception
135 (
const std::string& msg =
"no message" ,
146 #endif // GAUDIALG_IERRORTOOL_H
Define general base for Gaudi exception.
This class is used for returning status codes from appropriate routines.