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

Exception to indicate missing GPD module. More...

Inheritance diagram for PARTONS::GPDModuleNullPointerException:

Public Member Functions

 GPDModuleNullPointerException (const std::string &msg)
 Constructor. More...
 
virtual ~GPDModuleNullPointerException () 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 GPD module.

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

Constructor & Destructor Documentation

◆ GPDModuleNullPointerException()

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

Constructor.

Parameters
msgMessage to be assigned to this exception.

◆ ~GPDModuleNullPointerException()

PARTONS::GPDModuleNullPointerException::~GPDModuleNullPointerException ( )
throw (
)
virtual

Destructor.

Member Function Documentation

◆ what()

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

Member Data Documentation

◆ m_msg

std::string PARTONS::GPDModuleNullPointerException::m_msg
private

Message assigned to this exception.


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