gem5  v19.0.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 79 of file cxx_manager.hh.

Constructor & Destructor Documentation

◆ Exception()

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

Definition at line 86 of file cxx_manager.hh.

Referenced by CxxConfigManager::getObject().

◆ ~Exception()

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

Definition at line 92 of file cxx_manager.hh.

Member Function Documentation

◆ what()

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

Definition at line 90 of file cxx_manager.hh.

Member Data Documentation

◆ message

std::string CxxConfigManager::Exception::message

Definition at line 83 of file cxx_manager.hh.

◆ name

std::string CxxConfigManager::Exception::name

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

Generated on Fri Feb 28 2020 16:27:09 for gem5 by doxygen 1.8.13