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