17 #ifndef __SPECKLEY_EXCEPTION_H__ 18 #define __SPECKLEY_EXCEPTION_H__ 20 #include <speckley/system_dep.h> 21 #include <escript/EsysException.h> 37 #endif // __SPECKLEY_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: AbstractAssembler.cpp:18
Definition: AbstractContinuousDomain.cpp:22
SpeckleyException(const std::string &str)
Definition: SpeckleyException.h:32
SpeckleyException exception class.
Definition: SpeckleyException.h:29