LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
CMTException.h
Go to the documentation of this file.
1
14
#ifndef RECOTOOL_CMTEXCEPTION_H
15
#define RECOTOOL_CMTEXCEPTION_H
16
17
#include <exception>
18
#include <string>
19
20
namespace
cmtool
{
25
class
CMTException
:
public
std::exception
{
26
27
public
:
28
CMTException
(std::string msg =
""
) :
_msg
(msg) {}
29
30
const
char
*
what
() const noexcept
override
{
return
_msg
.c_str(); }
31
32
private
:
33
std::string
_msg
;
34
};
35
36
}
37
#endif
38
// end of doxygen group
cmtool::CMTException::_msg
std::string _msg
Definition:
CMTException.h:33
cmtool::CMTException::what
const char * what() const noexcept override
Definition:
CMTException.h:30
cmtool::CMTException::CMTException
CMTException(std::string msg="")
Definition:
CMTException.h:28
cmtool::CMTException
Definition:
CMTException.h:25
cmtool
Definition:
CFAlgoQRatio.cxx:3
fhicl::exception
cet::coded_exception< error, detail::translate > exception
Definition:
exception.h:33
larreco
v09_25_00
source
larreco
RecoAlg
CMTool
CMToolBase
CMTException.h
Generated on Thu May 2 2024 20:59:47 for LArSoft by
1.8.11