COPASI API
4.40.278
|
#include <CCopasiException.h>
Public Member Functions | |
CCopasiException (const CCopasiMessage &message) | |
const CCopasiMessage & | getMessage () const |
~CCopasiException () | |
Private Member Functions | |
CCopasiException () | |
Private Attributes | |
const CCopasiMessage | mMessage |
CCopasiException class. A more elaborate class description.
|
private |
Default consructor.
CCopasiException::CCopasiException | ( | const CCopasiMessage & | message | ) |
Specific consructor. Creates a exception with a message.
const | CCopasiMessage & message |
CCopasiException::~CCopasiException | ( | void | ) |
Destructor.
const CCopasiMessage & CCopasiException::getMessage | ( | ) | const |
Retrieves the Message associated with the exception
References mMessage.
Referenced by CModel::load(), main(), CLyapTask::process(), CTimeSensTask::process(), CTSSATask::process(), CAnalyticsTask::process(), CCrossSectionTask::process(), CTrajectoryTask::processTrajectory(), and CTrajectoryTask::processValues().
|
private |
Referenced by getMessage().