Error Class Reference

Generic runtime Rivet error. More...

#include <Exceptions.hh>

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

List of all members.

Public Member Functions

 Error (const std::string &what)

Detailed Description

Generic runtime Rivet error.

Definition at line 12 of file Exceptions.hh.


Constructor & Destructor Documentation

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

Definition at line 14 of file Exceptions.hh.

00014 : std::runtime_error(what) {}


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