ATLAS Offline Software
Loading...
Searching...
No Matches
python.hanwriter.HanCannotCreateConf Class Reference
Inheritance diagram for python.hanwriter.HanCannotCreateConf:
Collaboration diagram for python.hanwriter.HanCannotCreateConf:

Public Member Functions

 __init__ (self, reason)

Detailed Description

This exception is thrown when an error creating the han configuration is encountered

Definition at line 35 of file hanwriter.py.

Constructor & Destructor Documentation

◆ __init__()

python.hanwriter.HanCannotCreateConf.__init__ ( self,
reason )

Definition at line 40 of file hanwriter.py.

40 def __init__(self, reason):
41 super().__init__(
42 "Cannot create configuration ("+str(reason)+")")
43
44# Han writer base class
45# Each valid element that can be written in a han file must inherit from this class
46
47

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