The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Attributes | List of all members
name_generator_invalid_exception Class Reference

#include <name_generator.hpp>

Inheritance diagram for name_generator_invalid_exception:

Public Member Functions

 name_generator_invalid_exception (const char *errMessage)
 
const char * what () const noexcept
 

Private Attributes

const char * errMessage_
 

Detailed Description

Definition at line 22 of file name_generator.hpp.

Constructor & Destructor Documentation

◆ name_generator_invalid_exception()

name_generator_invalid_exception::name_generator_invalid_exception ( const char *  errMessage)
inline

Definition at line 24 of file name_generator.hpp.

Member Function Documentation

◆ what()

const char* name_generator_invalid_exception::what ( ) const
inlinenoexcept

Member Data Documentation

◆ errMessage_

const char* name_generator_invalid_exception::errMessage_
private

Definition at line 28 of file name_generator.hpp.

Referenced by what().


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