#include <string>
#include <exception>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Classes | |
class | Error |
Generic runtime Rivet error. More... | |
class | RangeError |
Error for e.g. use of invalid bin ranges. More... | |
class | LogicError |
class | WeightError |
Errors relating to event/bin weights Arises in computing statistical quantities because e.g. the bin weight is zero or negative. More... | |
Typedefs | |
typedef Error | Exception |
Also typedef Exception, so that it's there. |