μ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
MyException4 Class Reference
Inheritance diagram for MyException4:
[legend]
Collaboration diagram for MyException4:
[legend]

Public Member Functions

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

Private Attributes

std::string message = ""
 

Detailed Description

Definition at line 56 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ MyException4() [1/2]

MyException4::MyException4 ( const char *  m)
inlineexplicit

Definition at line 58 of file test_exceptions.cpp.

◆ MyException4() [2/2]

MyException4::MyException4 ( const char *  m)
inlineexplicit

Definition at line 58 of file test_exceptions.cpp.

Member Function Documentation

◆ what() [1/2]

const char * MyException4::what ( ) const
inlineoverridenoexcept

Definition at line 59 of file test_exceptions.cpp.

References message.

Referenced by TEST_SUBMODULE().

◆ what() [2/2]

const char * MyException4::what ( ) const
inlineoverridenoexcept

Definition at line 59 of file test_exceptions.cpp.

References message.

Member Data Documentation

◆ message

std::string MyException4::message = ""
private

Definition at line 62 of file test_exceptions.cpp.

Referenced by what().


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