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