LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
detinfo::DetectorClocksException Class Reference

#include "DetectorClocksException.h"

Inheritance diagram for detinfo::DetectorClocksException:

Public Member Functions

 DetectorClocksException (std::string msg="")
 
virtual ~DetectorClocksException () throw ()
 
virtual const char * msg () const throw ()
 

Private Attributes

std::string _msg
 

Detailed Description

Simple exception class for DetectorClocks

Definition at line 25 of file DetectorClocksException.h.

Constructor & Destructor Documentation

detinfo::DetectorClocksException::DetectorClocksException ( std::string  msg = "")
inline

Definition at line 29 of file DetectorClocksException.h.

29  : std::exception(), _msg(msg)
30  {}
virtual const char * msg() const
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33
virtual detinfo::DetectorClocksException::~DetectorClocksException ( )
throw (
)
inlinevirtual

Definition at line 32 of file DetectorClocksException.h.

32 {};

Member Function Documentation

virtual const char* detinfo::DetectorClocksException::msg ( ) const
throw (
)
inlinevirtual

Definition at line 33 of file DetectorClocksException.h.

References _msg.

34  {return _msg.c_str(); }

Member Data Documentation

std::string detinfo::DetectorClocksException::_msg
private

Definition at line 38 of file DetectorClocksException.h.

Referenced by msg().


The documentation for this class was generated from the following file: