18#ifndef __RIPLEY_EXCEPTION_H__
19#define __RIPLEY_EXCEPTION_H__
21#include <ripley/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
RipleyException exception class.
Definition RipleyException.h:31
RipleyException(const std::string &str)
Definition RipleyException.h:33
Definition AbstractContinuousDomain.cpp:23
Definition ripley/src/AbstractAssembler.h:26