Chi-Tech
Chi::RecoverableException Class Reference

#include <chi_runtime.h>

Inheritance diagram for Chi::RecoverableException:

Public Member Functions

 RecoverableException (const char *message)
 
 RecoverableException (const std::string &message)
 
 RecoverableException (const std::string &prefix, const std::string &message)
 
 ~RecoverableException () noexcept override=default
 

Detailed Description

Customized exceptions.

Definition at line 131 of file chi_runtime.h.

Constructor & Destructor Documentation

◆ RecoverableException() [1/3]

Chi::RecoverableException::RecoverableException ( const char *  message)
inlineexplicit

Definition at line 134 of file chi_runtime.h.

◆ RecoverableException() [2/3]

Chi::RecoverableException::RecoverableException ( const std::string &  message)
inlineexplicit

Definition at line 139 of file chi_runtime.h.

◆ RecoverableException() [3/3]

Chi::RecoverableException::RecoverableException ( const std::string &  prefix,
const std::string &  message 
)
inline

Definition at line 143 of file chi_runtime.h.

◆ ~RecoverableException()

Chi::RecoverableException::~RecoverableException ( )
overridedefaultnoexcept

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