Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
List of all members
hdnum::RangeError Class Reference

Default exception class for range errors. More...

#include <exceptions.hh>

Inheritance diagram for hdnum::RangeError:
hdnum::Exception

Additional Inherited Members

- Public Member Functions inherited from hdnum::Exception
void message (const std::string &message)
 store string in internal message buffer
 
const std::string & what () const
 output internal message buffer
 

Detailed Description

Default exception class for range errors.

This is the superclass for all errors which are caused because the user tries to access data that was not allocated before. These can be problems like


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