18 #if !defined escript_FunctionSpaceException_20040602_H 19 #define escript_FunctionSpaceException_20040602_H 22 #include "esysUtils/EsysException.h" 76 Parent::operator=(other);
void updateMessage()
update m_exceptionMessage after a reason update.
Definition: EsysException.h:202
virtual const std::string & exceptionName() const
Returns the name of the exception.
Definition: FunctionSpaceException.cpp:29
A base class for exception classes used within Esys system.
Definition: EsysException.h:31
static const std::string exceptionNameValue
Definition: FunctionSpaceException.h:98
Definition: AbstractContinuousDomain.cpp:24
#define NO_ARG
Definition: esysUtils/src/system_dep.h:56
FunctionSpaceException(const char *cstr)
Constructor for the exception.
Definition: FunctionSpaceException.h:54
FunctionSpaceException(const FunctionSpaceException &other)
Copy Constructor for the exception.
Definition: FunctionSpaceException.h:67
FunctionSpaceException & operator=(const FunctionSpaceException &other) THROW(NO_ARG)
Definition: FunctionSpaceException.h:74
virtual ~FunctionSpaceException() THROW(NO_ARG)
Destructor.
Definition: FunctionSpaceException.h:84
EsysException Parent
Definition: FunctionSpaceException.h:40
#define THROW(ARG)
Definition: esysUtils/src/system_dep.h:53
EsysException()
Default Constructor. Creates an exception with no message.
Definition: EsysException.cpp:29
FunctionSpaceException exception class.
Definition: FunctionSpaceException.h:35
#define ESCRIPT_DLL_API
Definition: escriptcore/src/system_dep.h:54
FunctionSpaceException(const std::string &str)
Constructor for the exception.
Definition: FunctionSpaceException.h:60
FunctionSpaceException()
Default constructor for the exception.
Definition: FunctionSpaceException.h:48