echelon  0.8.0
Public Member Functions | List of all members
echelon::hdf5::broken_contract_exception Class Reference

Exception, which is thrown, if a require_*-type method can't fulfill the contract. More...

#include <broken_contract_exception.hpp>

Inherits exception.

Public Member Functions

 broken_contract_exception (std::string what_)
 Creates a new exception with a given error description. More...
 
 ~broken_contract_exception () noexcept
 The destructor.
 
const char * what () const noexceptoverride
 An associated error description.
 

Detailed Description

Exception, which is thrown, if a require_*-type method can't fulfill the contract.

Constructor & Destructor Documentation

echelon::hdf5::broken_contract_exception::broken_contract_exception ( std::string  what_)
inline

Creates a new exception with a given error description.

Parameters
what_error description

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