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