18#ifndef __PASO_EXCEPTION_H__
19#define __PASO_EXCEPTION_H__
21#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
PasoException exception class.
Definition PasoException.h:34
virtual ~PasoException()
Definition PasoException.h:37
PasoException(const std::string &str)
Definition PasoException.h:36
Definition BiCGStab.cpp:25