18 #if !defined escript_DomainException_20040608_H 19 #define escript_DomainException_20040608_H 22 #include "esysUtils/EsysException.h" 75 Parent::operator=(other);
void updateMessage()
update m_exceptionMessage after a reason update.
Definition: EsysException.h:202
A base class for exception classes used within Esys system.
Definition: EsysException.h:31
Definition: AbstractContinuousDomain.cpp:24
#define NO_ARG
Definition: esysUtils/src/system_dep.h:56
DomainException(const std::string &str)
Constructor for the exception.
Definition: DomainException.h:60
DomainException(const char *cstr)
Constructor for the exception.
Definition: DomainException.h:54
EsysException Parent
Definition: DomainException.h:40
DomainException()
Default constructor for the exception.
Definition: DomainException.h:48
virtual DomainException & operator=(const DomainException &other) THROW(NO_ARG)
Definition: DomainException.h:73
DomainException exception class.
Definition: DomainException.h:35
static const std::string exceptionNameValue
Definition: DomainException.h:96
#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
DomainException(const DomainException &other)
Copy Constructor for the exception.
Definition: DomainException.h:66
virtual const std::string & exceptionName() const
Returns the name of the exception.
Definition: DomainException.cpp:27
virtual ~DomainException() THROW(NO_ARG)
Destructor.
Definition: DomainException.h:82