μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
MyException6 Class Reference
Inheritance diagram for MyException6:
[legend]
Collaboration diagram for MyException6:
[legend]

Public Member Functions

 MyException6 (const char *m)
 
const char * what () const noexcept override
 
 MyException6 (const char *m)
 
const char * what () const noexcept override
 

Private Attributes

std::string message = ""
 

Detailed Description

Definition at line 77 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ MyException6() [1/2]

MyException6::MyException6 ( const char *  m)
inlineexplicit

Definition at line 79 of file test_exceptions.cpp.

◆ MyException6() [2/2]

MyException6::MyException6 ( const char *  m)
inlineexplicit

Definition at line 79 of file test_exceptions.cpp.

Member Function Documentation

◆ what() [1/2]

const char * MyException6::what ( ) const
inlineoverridenoexcept

Definition at line 80 of file test_exceptions.cpp.

References message.

Referenced by TEST_SUBMODULE().

◆ what() [2/2]

const char * MyException6::what ( ) const
inlineoverridenoexcept

Definition at line 80 of file test_exceptions.cpp.

References message.

Member Data Documentation

◆ message

std::string MyException6::message = ""
private

Definition at line 83 of file test_exceptions.cpp.

Referenced by what().


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