Go to the documentation of this file.
18 #ifndef __RIPLEY_EXCEPTION_H__
19 #define __RIPLEY_EXCEPTION_H__
21 #include <ripley/system_dep.h>
22 #include <escript/EsysException.h>
38 #endif // __RIPLEY_EXCEPTION_H__
Definition: ripley/src/AbstractAssembler.h:26
The base class for escript exceptions.
Definition: EsysException.h:30
RipleyException exception class.
Definition: RipleyException.h:31
RipleyException(const std::string &str)
Definition: RipleyException.h:33
EsysException(const std::string &message)
Constructor which creates an Exception with the given message.
Definition: EsysException.h:38
Definition: AbstractContinuousDomain.cpp:23