OpenCAP
Electronic structure of metastable states
Public Member Functions | List of all members
Exception Class Reference

Class for handling nested exceptions. Adapted from: https://github.com/GPMueller/mwe-cpp-exception. More...

#include <opencap_exception.h>

Inheritance diagram for Exception:

Public Member Functions

 Exception (const std::string &message, const char *file, unsigned int line)
 
 ~Exception () throw ()
 
const char * what () const throw ()
 

Detailed Description

Class for handling nested exceptions. Adapted from: https://github.com/GPMueller/mwe-cpp-exception.

Constructor & Destructor Documentation

◆ Exception()

Exception::Exception ( const std::string &  message,
const char *  file,
unsigned int  line 
)
inline

◆ ~Exception()

Exception::~Exception ( )
throw (
)
inline

Member Function Documentation

◆ what()

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

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