OpenStructure
Public Member Functions | Data Fields
FileNotFound Class Reference

Inherits RuntimeError.

Public Member Functions

def __init__ (self, name, reason)
 
def __str__ (self)
 

Data Fields

 name
 
 reason
 

Detailed Description

Raised when :func:`Locate` is unable to locate a file. The exception contains
detailed information on what was tried to locate the file, i.e. search paths, 
environment variables and also provides useful hints on how to let Locate know
where to find the file.

Definition at line 39 of file settings.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name,
  reason 
)

Definition at line 46 of file settings.py.

Member Function Documentation

◆ __str__()

def __str__ (   self)

Definition at line 49 of file settings.py.

Field Documentation

◆ name

name

Definition at line 47 of file settings.py.

◆ reason

reason

Definition at line 48 of file settings.py.


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