DAS  3.0
Das Analysis System
DnnError
+ Inheritance diagram for DnnError:
+ Collaboration diagram for DnnError:

Public Member Functions

 DnnError (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

◆ DnnError()

DnnError ( const std::string &  message_in)
inline
184 : Error(message_in) {}

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