All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
geoalgo::GeoAlgoException Class Reference

#include <GeoAlgoException.h>

Inheritance diagram for geoalgo::GeoAlgoException:

Public Member Functions

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

Private Attributes

std::string _msg
 

Detailed Description

User defined class GeoAlgoException ... these comments are used to generate doxygen documentation!

Definition at line 27 of file larcorealg/larcorealg/GeoAlgo/GeoAlgoException.h.

Constructor & Destructor Documentation

geoalgo::GeoAlgoException::GeoAlgoException ( std::string  msg = "")
inline

Definition at line 31 of file larcorealg/larcorealg/GeoAlgo/GeoAlgoException.h.

31  : std::exception()
32  {
33  _msg = "\n\033[93m<<EXCEPTION>>\033[00m\033[95m ";
34  _msg += msg;
35  _msg += "\033[00m\n";
36  }
virtual geoalgo::GeoAlgoException::~GeoAlgoException ( )
throw (
)
inlinevirtual

Definition at line 38 of file larcorealg/larcorealg/GeoAlgo/GeoAlgoException.h.

38 {};
geoalgo::GeoAlgoException::GeoAlgoException ( std::string  msg = "")
inline

Definition at line 31 of file sbncode/sbncode/OpT0Finder/flashmatch/GeoAlgo/GeoAlgoException.h.

31  : std::exception()
32  {
33  _msg = "\n\033[93m<<EXCEPTION>>\033[00m\033[95m ";
34  _msg += msg;
35  _msg += "\033[00m\n";
36  }
virtual geoalgo::GeoAlgoException::~GeoAlgoException ( )
throw (
)
inlinevirtual

Member Function Documentation

virtual const char* geoalgo::GeoAlgoException::what ( ) const
throw (
)
inlinevirtual
virtual const char* geoalgo::GeoAlgoException::what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

std::string geoalgo::GeoAlgoException::_msg
private

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