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