Belle II Software development
NSMNotConnectedException Class Reference
Inheritance diagram for NSMNotConnectedException:
NSMHandlerException IOException Exception

Public Member Functions

 NSMNotConnectedException (const std::string &format)
 
virtual const char * what () const throw ()
 
int err () const
 

Protected Attributes

std::string m_comment
 
int m_err
 

Detailed Description

Definition at line 19 of file NSMNotConnectedException.h.

Constructor & Destructor Documentation

◆ NSMNotConnectedException()

NSMNotConnectedException ( const std::string &  format)
inline

Definition at line 22 of file NSMNotConnectedException.h.

23 : NSMHandlerException(format) {}

Member Function Documentation

◆ err()

int err ( ) const
inlineinherited

Definition at line 38 of file Exception.h.

38{ return m_err; }

◆ what()

const char * what ( ) const
throw (
)
virtualinherited

Definition at line 31 of file Exception.cc.

33{
34 return m_comment.c_str();
35}

Member Data Documentation

◆ m_comment

std::string m_comment
protectedinherited

Definition at line 41 of file Exception.h.

◆ m_err

int m_err
protectedinherited

Definition at line 42 of file Exception.h.


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