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

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

#include <cxx_manager.hh>

Inheritance diagram for 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 77 of file cxx_manager.hh.

Constructor & Destructor Documentation

◆ Exception()

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

Definition at line 84 of file cxx_manager.hh.

◆ ~Exception()

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

Definition at line 90 of file cxx_manager.hh.

Member Function Documentation

◆ what()

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

Definition at line 88 of file cxx_manager.hh.

References message.

Member Data Documentation

◆ message

std::string CxxConfigManager::Exception::message

Definition at line 81 of file cxx_manager.hh.

Referenced by what().

◆ name

std::string CxxConfigManager::Exception::name

Definition at line 80 of file cxx_manager.hh.


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

Generated on Wed Sep 30 2020 14:02:23 for gem5 by doxygen 1.8.17