EventAnalysis  1.0.0
Public Member Functions | List of all members
EA::Insertion::BadAliasedType Class Reference

Exception for trying to re-assign an alias to an object with a different class. More...

#include <InsertionExceptions.h>

Inheritance diagram for EA::Insertion::BadAliasedType:
EA::Insertion::Exception EA::Exception

Public Member Functions

 BadAliasedType (std::string msg="BadAliasedType")
 
- Public Member Functions inherited from EA::Insertion::Exception
 Exception (std::string msg="Exception")
 
- Public Member Functions inherited from EA::Exception
 Exception (std::string msg="")
 
const char * what () const noexcept override
 The error message. More...
 

Detailed Description

Exception for trying to re-assign an alias to an object with a different class.

Constructor & Destructor Documentation

◆ BadAliasedType()

EA::Insertion::BadAliasedType::BadAliasedType ( std::string  msg = "BadAliasedType")
inline

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