gem5 v25.0.0.1
Loading...
Searching...
No Matches
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.

References message, and name.

◆ ~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 Exception(), and what().

◆ name

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

Definition at line 83 of file cxx_manager.hh.

Referenced by Exception().


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

Generated on Sat Oct 18 2025 08:06:50 for gem5 by doxygen 1.14.0