escript
Revision_
|
TransportProblemException exception class. More...
#include <TransportProblemException.h>
Public Member Functions | |
TransportProblemException () | |
Default constructor for the exception. | |
TransportProblemException (const char *cstr) | |
Constructor for the exception. | |
TransportProblemException (const std::string &str) | |
Constructor for the exception. | |
TransportProblemException (const TransportProblemException &other) | |
Copy Constructor for the exception. | |
TransportProblemException & | operator= (const TransportProblemException &other) THROW(NO_ARG) |
virtual | ~TransportProblemException () THROW(NO_ARG) |
Destructor. | |
virtual const std::string & | exceptionName () const |
Returns the name of the exception. | |
Protected Types | |
typedef EsysException | Parent |
Static Private Attributes | |
static const std::string | exceptionNameValue |
TransportProblemException exception class.
Description: TransportProblemException exception class. The class provides a public function returning the exception name
typedef EsysException escript::TransportProblemException::Parent [protected] |
Reimplemented from esysUtils::EsysException.
Default constructor for the exception.
References esysUtils::EsysException::updateMessage().
escript::TransportProblemException::TransportProblemException | ( | const char * | cstr | ) | [inline] |
Constructor for the exception.
References esysUtils::EsysException::updateMessage().
escript::TransportProblemException::TransportProblemException | ( | const std::string & | str | ) | [inline] |
Constructor for the exception.
References esysUtils::EsysException::updateMessage().
escript::TransportProblemException::TransportProblemException | ( | const TransportProblemException & | other | ) | [inline] |
Copy Constructor for the exception.
References esysUtils::EsysException::updateMessage().
virtual escript::TransportProblemException::~TransportProblemException | ( | ) | [inline, virtual] |
Destructor.
const std::string & TransportProblemException::exceptionName | ( | ) | const [virtual] |
Returns the name of the exception.
Reimplemented from esysUtils::EsysException.
References exceptionNameValue.
TransportProblemException& escript::TransportProblemException::operator= | ( | const TransportProblemException & | other | ) | [inline] |
References esysUtils::EsysException::updateMessage().
const std::string TransportProblemException::exceptionNameValue [static, private] |
Reimplemented from esysUtils::EsysException.
Referenced by exceptionName().