base class corresponding to errors that can be thrown by FastJet  
 More...
#include <fastjet/Error.hh>
 | 
| 
static void  | set_print_errors (bool print_errors) | 
|   | controls whether the error message (and the backtrace, if its printing is enabled) is printed out or not 
  | 
|   | 
| static void  | set_print_backtrace (bool enabled) | 
|   | controls whether the backtrace is printed out with the error message or not.  More...
  | 
|   | 
| static void  | set_default_stream (std::ostream *ostr) | 
|   | sets the default output stream for all errors; by default cerr; if it's null then error output is suppressed.  More...
  | 
|   | 
base class corresponding to errors that can be thrown by FastJet 
Definition at line 47 of file Error.hh.
 
      
        
          | fastjet::Error::Error  | 
          ( | 
          const std::string &  | 
          message | ) | 
           | 
        
      
 
ctor from an error message 
- Parameters
 - 
  
    | message | to be printed Note: in addition to the error message, one can choose to print the backtrace (showing the last few calls before the error) by using set_print_backtrace(true). The default is "false".  | 
  
   
Definition at line 112 of file Error.cc.
 
 
  
  
      
        
          | void fastjet::Error::set_print_backtrace  | 
          ( | 
          bool  | 
          enabled | ) | 
           | 
         
       
   | 
  
static   | 
  
 
controls whether the backtrace is printed out with the error message or not. 
The default is "false". 
Definition at line 159 of file Error.cc.
 
 
  
  
      
        
          | static void fastjet::Error::set_default_stream  | 
          ( | 
          std::ostream *  | 
          ostr | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
sets the default output stream for all errors; by default cerr; if it's null then error output is suppressed. 
Definition at line 75 of file Error.hh.
 
 
The documentation for this class was generated from the following files: