Public Member Functions | Private Attributes | List of all members
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 10 of file validationException.h.

Constructor & Destructor Documentation

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

Definition at line 12 of file validationException.h.

12 : msg_{std::move(msg)} {}
void msg(const char *fmt,...)
Definition: message.cpp:107
def move(depos, offset)
Definition: depos.py:107

Member Function Documentation

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

Definition at line 14 of file validationException.h.

15  {
16  return msg_.c_str();
17  }

Member Data Documentation

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

Definition at line 20 of file validationException.h.


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