LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
showerreco::ShowerRecoException Class Reference

#include "ShowerRecoException.h"

Inheritance diagram for showerreco::ShowerRecoException:

Public Member Functions

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

Private Attributes

std::string _msg
 

Detailed Description

Generic (base) exception class

Definition at line 25 of file ShowerRecoException.h.

Constructor & Destructor Documentation

showerreco::ShowerRecoException::ShowerRecoException ( std::string  msg = "")
inline

Definition at line 28 of file ShowerRecoException.h.

References _msg.

28  : std::exception()
29  {
30  _msg = "\033[93m";
31  _msg += msg;
32  _msg += "\033[00m";
33  }
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33
virtual showerreco::ShowerRecoException::~ShowerRecoException ( )
throw (
)
inlinevirtual

Definition at line 35 of file ShowerRecoException.h.

35 {};

Member Function Documentation

virtual const char* showerreco::ShowerRecoException::what ( ) const
throw (
)
inlinevirtual

Definition at line 36 of file ShowerRecoException.h.

References _msg.

36 { return _msg.c_str(); }

Member Data Documentation

std::string showerreco::ShowerRecoException::_msg
private

Definition at line 39 of file ShowerRecoException.h.

Referenced by ShowerRecoException(), and what().


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