FastJet 3.0beta1
Public Member Functions | Static Public Member Functions
fastjet::Error Class Reference

base class corresponding to errors that will be thrown by fastjet More...

#include <fastjet/Error.hh>

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

List of all members.

Public Member Functions

 Error ()
 default constructors
 Error (const std::string &message)
 ctor from an error message
virtual ~Error ()
 virtual dummy dtor
std::string message () const
 the error ,essage

Static Public Member Functions

static void set_print_errors (bool print_errors)
 controls whether the error message (and the backtrace) is printed out or not
static void set_backtrace (bool enabled)
 controls whether the error message (and the backtrace) is printed out or not

Detailed Description

base class corresponding to errors that will be thrown by fastjet

Definition at line 45 of file Error.hh.


Constructor & Destructor Documentation

fastjet::Error::Error ( const std::string &  message)

ctor from an error message

Parameters:
messageto be printed Note: by default, in addition to the error message, the backtrace will be displayed (showing the last few calls before the error)

Definition at line 48 of file Error.cc.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends