LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
DetectorClocksException.h
Go to the documentation of this file.
1 
14 #ifndef DETECTORCLOCKSEXCEPTION_H
15 #define DETECTORCLOCKSEXCEPTION_H
16 
17 #include <string>
18 #include <exception>
19 
20 namespace detinfo {
26 
27  public:
28 
30  {}
31 
32  virtual ~DetectorClocksException() throw(){};
33  virtual const char* msg() const throw()
34  {return _msg.c_str(); }
35 
36  private:
37 
38  std::string _msg;
39  };
40 
41 }
42 #endif
43  // end of doxygen group
44 
STL namespace.
General LArSoft Utilities.
virtual const char * msg() const
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33