O2-DQ User Interface 1.0.0
Loading...
Searching...
No Matches
NotInAlienvError Class Reference
Inheritance diagram for NotInAlienvError:

Public Member Functions

def __init__ (self, message="You must load O2Physics with alienv")
 

Public Attributes

 message
 

Detailed Description

Exception raised for O2Physics Alienv Loading

Attributes:
    message: error message for forgetting loading alienv

Definition at line 52 of file dqExceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  message = "You must load O2Physics with alienv" 
)

Definition at line 60 of file dqExceptions.py.

60 def __init__(self, message = "You must load O2Physics with alienv"):
61 self.message = message
62 super().__init__(self.message)
63
64

Member Data Documentation

◆ message

message

Definition at line 61 of file dqExceptions.py.


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