LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "validationException.h"
Public Member Functions | |
validationException (std::string msg) | |
char const * | what () const noexcept override |
Private Attributes | |
std::string | msg_ |
Definition at line 8 of file validationException.h.
|
inline |
Definition at line 10 of file validationException.h.
|
inlineoverridenoexcept |
Definition at line 12 of file validationException.h.
References msg_.
Referenced by art::ServicesManager::addSystemService(), mf::service::ELdestination::ELdestination(), art::EventProcessor::EventProcessor(), art::PathManager::makeModule_(), art::detail::ServiceCacheEntry::makeService(), and mf::StartMessageFacility().
|
private |
Definition at line 18 of file validationException.h.
Referenced by what().