RangeError Class Reference

#include <Exceptions.hh>

Inheritance diagram for RangeError:

Inheritance graph
[legend]

Collaboration diagram for RangeError:

Collaboration graph
[legend]

List of all members.


Detailed Description

Error for e.g. use of invalid bin ranges.

Definition at line 22 of file Exceptions.hh.


Public Member Functions

 RangeError (const std::string &what)

Constructor & Destructor Documentation

RangeError ( const std::string &  what  )  [inline]

Definition at line 24 of file Exceptions.hh.

00024 : Error(what) {}


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