Public Member Functions | List of all members
util::flags::errors::OutOfRange Struct Reference

Exception thrown to convey that an invalid flag index was used. More...

#include <BitMask.h>

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

Public Member Functions

 OutOfRange (std::string msg="Flag out-of-range 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 invalid flag index was used.

Definition at line 390 of file BitMask.h.

Constructor & Destructor Documentation

util::flags::errors::OutOfRange::OutOfRange ( std::string  msg = "Flag out-of-range error")
inlineexplicit

Definition at line 391 of file BitMask.h.

392  : Exception(msg)
393  {}
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: