gem5 v24.0.0.0
|
Exception for instantiate/post-instantiate errors. More...
#include <cxx_manager.hh>
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 |
Exception for instantiate/post-instantiate errors.
Definition at line 80 of file cxx_manager.hh.
|
inline |
Definition at line 87 of file cxx_manager.hh.
|
inline |
Definition at line 93 of file cxx_manager.hh.
|
inline |
Definition at line 91 of file cxx_manager.hh.
References message.
std::string gem5::CxxConfigManager::Exception::message |
Definition at line 84 of file cxx_manager.hh.
Referenced by what().
std::string gem5::CxxConfigManager::Exception::name |
Definition at line 83 of file cxx_manager.hh.