In file exception.hpp:

class RangeException

Our of range exception used for arrays, vectors and matrices

Documentation

Our of range exception used for arrays, vectors and matrices

Inheritance:


Public Methods

[more] RangeException(const string & where, int ind, int imin, int imax)
where it occurs, index, minimal and maximal indices


Inherited from Exception:

Public Methods

ovoid Append(const string & s)
oconst string& What()

Private Fields

ostring what

o RangeException(const string & where, int ind, int imin, int imax)
where it occurs, index, minimal and maximal indices


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.