DAS  3.0
Das Analysis System
InternalError

#include <fjcore.hh>

+ Inheritance diagram for InternalError:
+ Collaboration diagram for InternalError:

Public Member Functions

 InternalError (const std::string &message_in)
 
- Public Member Functions inherited from Error
 Error ()
 
 Error (const std::string &message)
 
virtual ~Error ()
 
std::string message () const
 
std::string description () const
 

Additional Inherited Members

- Static Public Member Functions inherited from Error
static void set_print_errors (bool print_errors)
 
static void set_print_backtrace (bool enabled)
 
static void set_default_stream (std::ostream *ostr)
 

Constructor & Destructor Documentation

◆ InternalError()

InternalError ( const std::string &  message_in)
inline
485 : Error(std::string("*** CRITICAL INTERNAL FASTJET ERROR *** CONTACT THE AUTHORS *** ") + message_in){ }

The documentation for this class was generated from the following file:
Error::Error
Error()
Definition: fjcore.hh:464