FastJet  3.3.2
Public Member Functions | List of all members
fastjet::PseudoJet::InexistentUserInfo Class Reference

error class to be thrown if accessing user info when it doesn't exist More...

#include <fastjet/PseudoJet.hh>

Inheritance diagram for fastjet::PseudoJet::InexistentUserInfo:
Inheritance graph
[legend]
Collaboration diagram for fastjet::PseudoJet::InexistentUserInfo:
Collaboration graph
[legend]

Public Member Functions

 InexistentUserInfo ()
 provide a meaningful error message for InexistentUserInfo
 
- Public Member Functions inherited from fastjet::Error
 Error ()
 default constructors
 
 Error (const std::string &message)
 ctor from an error message More...
 
virtual ~Error ()
 virtual dummy dtor
 
std::string message () const
 the error message
 
std::string description () const
 an alternative access to the error message (more standard)
 

Additional Inherited Members

- Static Public Member Functions inherited from fastjet::Error
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...
 

Detailed Description

error class to be thrown if accessing user info when it doesn't exist

Definition at line 389 of file PseudoJet.hh.


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