FastJet 3.0beta1
|
base class corresponding to errors that will be thrown by fastjet More...
#include <fastjet/Error.hh>
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 |
base class corresponding to errors that will be thrown by fastjet
fastjet::Error::Error | ( | const std::string & | message | ) |