Public Member Functions | List of all members
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")
 
- Public Member Functions inherited from util::flags::errors::Exception
 Exception (std::string msg="Flag error")
 
virtual const char * what () const noexcept override
 

Additional Inherited Members

- Public Attributes inherited from util::flags::errors::Exception
std::string message
 

Detailed Description

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

Definition at line 383 of file BitMask.h.

Constructor & Destructor Documentation

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

Definition at line 384 of file BitMask.h.

385  : Exception(msg)
386  {}
void msg(const char *fmt,...)
Definition: message.cpp:107
Exception(std::string msg="Flag error")
Definition: BitMask.h:376

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