CoolProp  6.6.0
An open-source fluid property and humid air property database
Public Types | Public Member Functions | List of all members
CoolProp::CoolPropBaseError Class Reference

Detailed Description

Definition at line 11 of file Exceptions.h.

#include <Exceptions.h>

Inheritance diagram for CoolProp::CoolPropBaseError:
CoolProp::CoolPropError< errcode > CoolProp::ValueErrorSpec< errcode >

Public Types

enum  ErrCode {
  eNotImplemented , eSolution , eAttribute , eOutOfRange ,
  eValue , eWrongFluid , eComposition , eInput ,
  eNotAvailable , eHandle , eKey , eUnableToLoad ,
  eDirectorySize
}
 

Public Member Functions

 CoolPropBaseError (const std::string &err, ErrCode code) throw ()
 
 ~CoolPropBaseError () throw ()
 
virtual const char * what () const throw ()
 
ErrCode code ()
 

Member Enumeration Documentation

◆ ErrCode

Enumerator
eNotImplemented 
eSolution 
eAttribute 
eOutOfRange 
eValue 
eWrongFluid 
eComposition 
eInput 
eNotAvailable 
eHandle 
eKey 
eUnableToLoad 
eDirectorySize 

Definition at line 14 of file Exceptions.h.

Constructor & Destructor Documentation

◆ CoolPropBaseError()

CoolProp::CoolPropBaseError::CoolPropBaseError ( const std::string &  err,
ErrCode  code 
)
throw (
)
inline

Definition at line 30 of file Exceptions.h.

◆ ~CoolPropBaseError()

CoolProp::CoolPropBaseError::~CoolPropBaseError ( )
throw (
)
inline

Definition at line 31 of file Exceptions.h.

Member Function Documentation

◆ code()

ErrCode CoolProp::CoolPropBaseError::code ( )
inline

Definition at line 35 of file Exceptions.h.

◆ what()

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

Definition at line 32 of file Exceptions.h.


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