gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::CxxConfigManager::Exception Class Reference

Exception for instantiate/post-instantiate errors. More...

#include <cxx_manager.hh>

Inheritance diagram for gem5::CxxConfigManager::Exception:

Public Member Functions

 Exception (const std::string &name_, const std::string &message_)
 
const char * what () const throw ()
 
 ~Exception () throw ()
 

Public Attributes

std::string name
 
std::string message
 

Detailed Description

Exception for instantiate/post-instantiate errors.

Definition at line 80 of file cxx_manager.hh.

Constructor & Destructor Documentation

◆ Exception()

gem5::CxxConfigManager::Exception::Exception ( const std::string &  name_,
const std::string &  message_ 
)
inline

Definition at line 87 of file cxx_manager.hh.

◆ ~Exception()

gem5::CxxConfigManager::Exception::~Exception ( )
throw (
)
inline

Definition at line 93 of file cxx_manager.hh.

Member Function Documentation

◆ what()

const char* gem5::CxxConfigManager::Exception::what ( ) const
throw (
)
inline

Definition at line 91 of file cxx_manager.hh.

References message.

Member Data Documentation

◆ message

std::string gem5::CxxConfigManager::Exception::message

Definition at line 84 of file cxx_manager.hh.

Referenced by what().

◆ name

std::string gem5::CxxConfigManager::Exception::name

Definition at line 83 of file cxx_manager.hh.


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

Generated on Wed Dec 21 2022 10:23:29 for gem5 by doxygen 1.9.1