RangeError Class Reference

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

#include <Exceptions.hh>

Inheritance diagram for RangeError:
Inheritance graph
[legend]
Collaboration diagram for RangeError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RangeError (const std::string &what)

Detailed Description

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

Definition at line 23 of file Exceptions.hh.


Constructor & Destructor Documentation

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

Definition at line 25 of file Exceptions.hh.

00025 : Error(what) {}


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