17 #ifndef __RIPLEY_EXCEPTION_H__ 18 #define __RIPLEY_EXCEPTION_H__ 20 #include <ripley/system_dep.h> 21 #include <escript/EsysException.h> 37 #endif // __RIPLEY_EXCEPTION_H__ EsysException(const std::string &message)
Constructor which creates an Exception with the given message.
Definition: EsysException.h:37
The base class for escript exceptions.
Definition: EsysException.h:28
Definition: AbstractContinuousDomain.cpp:22
RipleyException(const std::string &str)
Definition: RipleyException.h:32
RipleyException exception class.
Definition: RipleyException.h:29
Definition: ripley/src/AbstractAssembler.h:25