Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Pyston::UnrecoverableError Class Reference

#include <PythonExceptions.h>

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

Public Member Functions

 UnrecoverableError (const std::string &msg)
 
virtual ~UnrecoverableError ()=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 an unrecoverable error: i.e. access to an unknown object attribute, which will remain unknown even if evaluated through Python

Definition at line 30 of file PythonExceptions.h.

Constructor & Destructor Documentation

◆ UnrecoverableError()

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

Constructor

Parameters
msgError message

Definition at line 38 of file PythonExceptions.h.

◆ ~UnrecoverableError()

virtual Pyston::UnrecoverableError::~UnrecoverableError ( )
virtualdefault

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