#include <PCSIMException.h>
Public Member Functions | |
Exception (string method, string msg) | |
virtual | ~Exception () |
string | message () const |
virtual string | name () const |
Protected Attributes | |
string | _method |
string | _MSG |
Definition at line 9 of file PCSIMException.h.
PCSIM::Exception::Exception | ( | string | method, | |
string | msg | |||
) | [inline] |
Definition at line 12 of file PCSIMException.h.
virtual PCSIM::Exception::~Exception | ( | ) | [inline, virtual] |
Definition at line 13 of file PCSIMException.h.
string PCSIM::Exception::message | ( | ) | const [inline] |
Definition at line 37 of file PCSIMException.h.
References _method, _MSG, and name().
virtual string PCSIM::Exception::name | ( | ) | const [inline, virtual] |
Reimplemented in PCSIM::ObjectRegistryException, PCSIM::ConstructionException, PCSIM::NotFoundException, PCSIM::TimeException, and PCSIM::TimeRangeException.
Definition at line 15 of file PCSIMException.h.
Referenced by message().
string PCSIM::Exception::_method [protected] |
string PCSIM::Exception::_MSG [protected] |