CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
CoolPropBaseError Class Reference

#include <CPExceptions.h>

Inheritance diagram for CoolPropBaseError:
AttributeError NotImplementedError SolutionError ValueError

Public Member Functions

 CoolPropBaseError () throw ()
 
 ~CoolPropBaseError () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

std::string err
 

Detailed Description

Definition at line 9 of file CPExceptions.h.

Constructor & Destructor Documentation

CoolPropBaseError::CoolPropBaseError ( )
throw (
)
inline

Definition at line 14 of file CPExceptions.h.

CoolPropBaseError::~CoolPropBaseError ( )
throw (
)
inline

Definition at line 15 of file CPExceptions.h.

Member Function Documentation

virtual const char* CoolPropBaseError::what ( ) const
throw (
)
inlinevirtual

Reimplemented in AttributeError, ValueError, SolutionError, and NotImplementedError.

Definition at line 16 of file CPExceptions.h.

Member Data Documentation

std::string CoolPropBaseError::err
protected

Definition at line 12 of file CPExceptions.h.


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