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