PARTONS
|
PARtonic Tomography Of Nucleon Software
|
Exception to indicate missing CFF module. More...
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... | |
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.
PARTONS::CCFModuleNullPointerException::CCFModuleNullPointerException | ( | const std::string & | msg | ) |
Constructor.
msg | Message to be assigned to this exception. |
|
virtual |
Destructor.
|
virtual |
|
private |
Message assigned to this exception.