5#ifndef LARHARDWAREID_EXCEPTION_H
6#define LARHARDWAREID_EXCEPTION_H
59 virtual operator std::string();
virtual std::string message() const
return error message
void code(int l_code)
set error code number
void message(const std::string &l_message)
set error message
std::string m_message
error message
LArOnlID_Exception()
default constructor
LArOnlID_Exception(const std::string &l_message, int l_code)
constructor to be used
virtual ~LArOnlID_Exception()
destructor
virtual int code() const
return error code