Dune::RangeError Class Reference
#include <exceptions.hh>
Inheritance diagram for Dune::RangeError:

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
- accessing array entries behind the last entry
- adding the fourth non zero entry in a sparse matrix with only three non zero entries per row
Public Member Functions | |
void | message (std::string message) |
store string in internal message buffer |
The documentation for this class was generated from the following file: