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