17 #ifndef __PASO_EXCEPTION_H__ 18 #define __PASO_EXCEPTION_H__ 20 #include <escript/EsysException.h> 44 #endif // __PASO_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
virtual ~PasoException()
Definition: PasoException.h:36
PasoException(const std::string &str)
Definition: PasoException.h:35
PasoException exception class.
Definition: PasoException.h:32