CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
RawExMessage Class Reference

#include <RawFileExceptions.h>

+ Inheritance diagram for RawExMessage:

Public Member Functions

 RawExMessage (const char *msg)
 
virtual ~RawExMessage ()
 
virtual void print () const
 
- Public Member Functions inherited from RawFileException
virtual ~RawFileException ()
 

Detailed Description

Definition at line 14 of file RawFileExceptions.h.

Constructor & Destructor Documentation

◆ RawExMessage()

RawExMessage::RawExMessage ( const char * msg)
inline

Definition at line 16 of file RawFileExceptions.h.

16: m_msg(msg) {}

◆ ~RawExMessage()

virtual RawExMessage::~RawExMessage ( )
inlinevirtual

Definition at line 17 of file RawFileExceptions.h.

17{}

Member Function Documentation

◆ print()

void RawExMessage::print ( ) const
virtual

Reimplemented from RawFileException.

Definition at line 8 of file RawFileExceptions.cxx.

8 {
9 std::cout << m_msg << std::endl;
10}

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