LArSoft
v07_13_02
Liquid Argon Software toolkit - http://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 12 of file validationException.h.
|
inline |
Definition at line 14 of file validationException.h.
|
inlineoverridenoexcept |
Definition at line 16 of file validationException.h.
References msg_.
Referenced by art::ServiceDirector::addSystemService(), mf::service::ELdestination::ELdestination(), art::detail::ServiceCacheEntry::makeAndCacheService(), art::PathsInfo::makeWorker_(), and mf::StartMessageFacility().
|
private |
Definition at line 22 of file validationException.h.
Referenced by what().