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