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