Belle II Software  release-08-01-10
CprErrorMessage Class Reference

Public Member Functions

 CprErrorMessage ()
 Default constructor.
 
virtual ~CprErrorMessage ()
 Default constructor. More...
 
void PrintError (char *err_message, const char *file, const char *func_name, const int line)
 
void PrintError (const int shmflag, RunInfoBuffer *nsm_status, char *err_message, const char *file, const char *func_name, const int line)
 
void PrintError (const int shmflag, RunInfoBuffer *nsm_status, std::string err_str)
 
void PrintError (const char *err_message)
 

Detailed Description

Definition at line 22 of file CprErrorMessage.h.

Constructor & Destructor Documentation

◆ ~CprErrorMessage()

~CprErrorMessage ( )
virtual

Default constructor.

Destructor

Definition at line 29 of file CprErrorMessage.cc.

30 {
31  closelog();
32 }

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