Public Member Functions | Protected Types | Static Private Attributes

escript::TransportProblemException Class Reference

TransportProblemException exception class. More...

#include <TransportProblemException.h>

Inheritance diagram for escript::TransportProblemException:
esysUtils::EsysException

List of all members.

Public Member Functions

ESCRIPT_DLL_API TransportProblemException ()
 Default constructor for the exception.
ESCRIPT_DLL_API TransportProblemException (const char *cstr)
 Constructor for the exception.
ESCRIPT_DLL_API TransportProblemException (const std::string &str)
 Constructor for the exception.
ESCRIPT_DLL_API TransportProblemException (const TransportProblemException &other)
 Copy Constructor for the exception.
ESCRIPT_DLL_API
TransportProblemException
operator= (const TransportProblemException &other) THROW(NO_ARG)
virtual ESCRIPT_DLL_API ~TransportProblemException () THROW(NO_ARG)
 Destructor.
virtual ESCRIPT_DLL_API const
std::string & 
exceptionName () const
 Returns the name of the exception.

Protected Types

typedef EsysException Parent

Static Private Attributes

static const std::string exceptionNameValue

Detailed Description

TransportProblemException exception class.

Description: TransportProblemException exception class. The class provides a public function returning the exception name


Member Typedef Documentation

typedef EsysException escript::TransportProblemException::Parent [protected]

Reimplemented from esysUtils::EsysException.


Constructor & Destructor Documentation

ESCRIPT_DLL_API escript::TransportProblemException::TransportProblemException (  )  [inline]

Default constructor for the exception.

References esysUtils::EsysException::updateMessage().

ESCRIPT_DLL_API escript::TransportProblemException::TransportProblemException ( const char *  cstr  )  [inline]

Constructor for the exception.

References esysUtils::EsysException::updateMessage().

ESCRIPT_DLL_API escript::TransportProblemException::TransportProblemException ( const std::string &  str  )  [inline]

Constructor for the exception.

References esysUtils::EsysException::updateMessage().

ESCRIPT_DLL_API escript::TransportProblemException::TransportProblemException ( const TransportProblemException other  )  [inline]

Copy Constructor for the exception.

References esysUtils::EsysException::updateMessage().

virtual ESCRIPT_DLL_API escript::TransportProblemException::~TransportProblemException (  )  [inline, virtual]

Destructor.


Member Function Documentation

const std::string & TransportProblemException::exceptionName (  )  const [virtual]

Returns the name of the exception.

Reimplemented from esysUtils::EsysException.

References exceptionNameValue.

ESCRIPT_DLL_API TransportProblemException& escript::TransportProblemException::operator= ( const TransportProblemException other  )  [inline]

Member Data Documentation

const std::string TransportProblemException::exceptionNameValue [static, private]

Reimplemented from esysUtils::EsysException.

Referenced by exceptionName().


The documentation for this class was generated from the following files: