Alexandria  2.25.0
SDC-CH common library for the Euclid project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Pyston::RecoverableError Class Reference

#include <PythonExceptions.h>

Inheritance diagram for Pyston::RecoverableError:
Inheritance graph
[legend]
Collaboration diagram for Pyston::RecoverableError:
Collaboration graph
[legend]

Public Member Functions

 RecoverableError (const std::string &msg)
 
virtual ~RecoverableError ()=default
 
- Public Member Functions inherited from std::logic_error
logic_error (T...args)
 
what (T...args)
 
- Public Member Functions inherited from std::exception
what (T...args)
 
~exception (T...args)
 
operator= (T...args)
 
exception (T...args)
 

Detailed Description

Thrown when building the expression tree causes a recoverable error: i.e. using a placeholder on a conditional can be recovered (evaluated using the Python interpreter) albeit slower

Definition at line 48 of file PythonExceptions.h.

Constructor & Destructor Documentation

Pyston::RecoverableError::RecoverableError ( const std::string msg)
inlineexplicit

Definition at line 50 of file PythonExceptions.h.

virtual Pyston::RecoverableError::~RecoverableError ( )
virtualdefault

The documentation for this class was generated from the following file: