LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::flags::errors::FlagNotDefined Struct Reference

Exception thrown to convey that an undefined flag index was tested. More...

#include "BitMask.h"

Inheritance diagram for util::flags::errors::FlagNotDefined:
util::flags::errors::Exception

Public Member Functions

 FlagNotDefined (std::string msg="Flag undefined-flag error")
 
virtual const char * what () const noexcept override
 

Public Attributes

std::string message
 

Detailed Description

Exception thrown to convey that an undefined flag index was tested.

Definition at line 375 of file BitMask.h.

Constructor & Destructor Documentation

util::flags::errors::FlagNotDefined::FlagNotDefined ( std::string  msg = "Flag undefined-flag error")
inlineexplicit

Definition at line 376 of file BitMask.h.

376 : Exception(msg) {}
Exception(std::string msg="Flag error")
Definition: BitMask.h:369

Member Function Documentation

virtual const char* util::flags::errors::Exception::what ( ) const
inlineoverridevirtualnoexceptinherited

Definition at line 370 of file BitMask.h.

References message().

370 { return message.c_str(); }

Member Data Documentation

std::string util::flags::errors::Exception::message
inherited

Definition at line 371 of file BitMask.h.


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