40 #ifndef _Isorropia_Exception_hpp_
41 #define _Isorropia_Exception_hpp_
63 const char*
what()
const throw();
76 #if defined(Isorropia_SHOW_DEPRECATED_WARNINGS)
78 #warning "The Isorropia package is deprecated"
std::string smsg_
Definition: Isorropia_Exception.hpp:65
Exception(const char *msg)
constructor that accepts a const char-ptr
const char * what() const
return const char-ptr of exception message
Definition: Isorropia_Exception.hpp:69
virtual ~Exception()
destructor
A simple extension of std::exception with constructors that accept a message in the form of a 'const ...
Definition: Isorropia_Exception.hpp:51