ATLAS Offline Software
Loading...
Searching...
No Matches
Calorimeter
CaloIdentifier
src
LArID_Exception.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CaloIdentifier/LArID_Exception.h
"
6
7
#include <sstream>
8
9
10
LArID_Exception::operator std::string ()
const
11
12
{
13
std::ostringstream s;
14
15
s <<
"LArID_Exception - Error code: "
<< this->
code
() <<
" \n "
16
<< this->
message
();
17
return
s.str();
18
}
LArID_Exception.h
LArID_Exception::message
void message(const std::string &l_message)
set error message
Definition
LArID_Exception.h:36
LArID_Exception::code
void code(int l_code)
set error code number
Definition
LArID_Exception.h:46
Generated on
for ATLAS Offline Software by
1.14.0