PARTONS  
PARtonic Tomography Of Nucleon Software
Public Member Functions | Private Attributes | List of all members
PARTONS::CCFModuleNullPointerException Class Reference

Exception to indicate missing CFF module. More...

Inheritance diagram for PARTONS::CCFModuleNullPointerException:

Public Member Functions

 CCFModuleNullPointerException (const std::string &msg)
 Constructor. More...
 
virtual ~CCFModuleNullPointerException () throw ()
 Destructor. More...
 
virtual const char * what () const throw ()
 

Private Attributes

std::string m_msg
 Message assigned to this exception. More...
 

Detailed Description

Exception to indicate missing CFF module.

This class acts as an exception used whenever needed to indicate a missing CFF module in the computation configuration.

Constructor & Destructor Documentation

◆ CCFModuleNullPointerException()

PARTONS::CCFModuleNullPointerException::CCFModuleNullPointerException ( const std::string &  msg)

Constructor.

Parameters
msgMessage to be assigned to this exception.

◆ ~CCFModuleNullPointerException()

PARTONS::CCFModuleNullPointerException::~CCFModuleNullPointerException ( )
throw (
)
virtual

Destructor.

Member Function Documentation

◆ what()

const char * PARTONS::CCFModuleNullPointerException::what ( ) const
throw (
)
virtual

Member Data Documentation

◆ m_msg

std::string PARTONS::CCFModuleNullPointerException::m_msg
private

Message assigned to this exception.


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