MDStressLab++
Loading...
Searching...
No Matches
Exception Class Reference

#include <Exception.h>

Collaboration diagram for Exception:

Public Member Functions

 Exception (const std::string &)
 
virtual ~Exception ()
 
virtual const char * what () const
 

Public Attributes

std::string msg
 

Detailed Description

Definition at line 12 of file Exception.h.

Constructor & Destructor Documentation

◆ Exception()

Exception::Exception ( const std::string &  _msg)

Definition at line 10 of file Exception.cpp.

◆ ~Exception()

Exception::~Exception ( )
virtual

Definition at line 17 of file Exception.cpp.

Member Function Documentation

◆ what()

const char * Exception::what ( ) const
virtual

Definition at line 12 of file Exception.cpp.

Member Data Documentation

◆ msg

std::string Exception::msg

Definition at line 16 of file Exception.h.


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