Error Class Reference

#include <Exceptions.hh>

Inheritance diagram for Error:

Inheritance graph
[legend]

List of all members.


Detailed Description

Generic runtime Rivet error.

Definition at line 11 of file Exceptions.hh.


Public Member Functions

 Error (const std::string &what)

Constructor & Destructor Documentation

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

Definition at line 13 of file Exceptions.hh.

00013 : std::runtime_error(what) {}


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