ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
7#include <sstream>
8
9
10LArID_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}
void message(const std::string &l_message)
set error message
void code(int l_code)
set error code number