LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
fhicl::detail::validationException Class Reference

#include "validationException.h"

Inheritance diagram for fhicl::detail::validationException:

Public Member Functions

 validationException (std::string msg)
 
char const * what () const noexcept override
 

Private Attributes

std::string msg_
 

Detailed Description

Definition at line 8 of file validationException.h.

Constructor & Destructor Documentation

fhicl::detail::validationException::validationException ( std::string  msg)
inline

Definition at line 10 of file validationException.h.

10 : msg_{std::move(msg)} {}

Member Function Documentation

char const* fhicl::detail::validationException::what ( ) const
inlineoverridenoexcept

Member Data Documentation

std::string fhicl::detail::validationException::msg_
private

Definition at line 18 of file validationException.h.

Referenced by what().


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