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